Download spark-network-shuffle_2.10-1.6.2.jar file

Introduction

You can download spark-network-shuffle_2.10-1.6.2.jar in this page.

License

Apache Open Source

Type List

spark-network-shuffle_2.10-1.6.2.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.spark/spark-network-shuffle_2.10/pom.properties
META-INF/maven/org.apache.spark/spark-network-shuffle_2.10/pom.xml
META-INF/maven/org.spark-project.spark/unused/pom.properties
META-INF/maven/org.spark-project.spark/unused/pom.xml
org.apache.spark.network.sasl.ShuffleSecretManager.class
org.apache.spark.network.shuffle.BlockFetchingListener.class
org.apache.spark.network.shuffle.ExternalShuffleBlockHandler.class
org.apache.spark.network.shuffle.ExternalShuffleBlockResolver.class
org.apache.spark.network.shuffle.ExternalShuffleClient.class
org.apache.spark.network.shuffle.OneForOneBlockFetcher.class
org.apache.spark.network.shuffle.RetryingBlockFetcher.class
org.apache.spark.network.shuffle.ShuffleClient.class
org.apache.spark.network.shuffle.mesos.MesosExternalShuffleClient.class
org.apache.spark.network.shuffle.protocol.BlockTransferMessage.class
org.apache.spark.network.shuffle.protocol.ExecutorShuffleInfo.class
org.apache.spark.network.shuffle.protocol.OpenBlocks.class
org.apache.spark.network.shuffle.protocol.RegisterExecutor.class
org.apache.spark.network.shuffle.protocol.StreamHandle.class
org.apache.spark.network.shuffle.protocol.UploadBlock.class
org.apache.spark.network.shuffle.protocol.mesos.RegisterDriver.class
org.apache.spark.unused.UnusedStubClass.class

Pom

spark-network-shuffle_2.10-1.6.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>spark-parent_2.10</artifactId>
    <groupId>org.apache.spark</groupId>
    <version>1.6.2</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.spark</groupId>
  <artifactId>spark-network-shuffle_2.10</artifactId>
  <name>Spark Project Shuffle Streaming Service</name>
  <url>http://spark.apache.org/</url>
  <build>
    <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
    <testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.spark</groupId>
      <artifactId>spark-network-common_2.10</artifactId>
      <version>1.6.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.fusesource.leveldbjni</groupId>
      <artifactId>leveldbjni-all</artifactId>
      <version>1.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.4.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.10</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>14.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.spark</groupId>
      <artifactId>spark-network-common_2.10</artifactId>
      <version>1.6.2</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.spark</groupId>
      <artifactId>spark-test-tags_2.10</artifactId>
      <version>1.6.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.17</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
        <exclusion>
          <artifactId>objenesis</artifactId>
          <groupId>org.objenesis</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.scalatest</groupId>
      <artifactId>scalatest_2.10</artifactId>
      <version>2.2.1</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>scala-library</artifactId>
          <groupId>org.scala-lang</groupId>
        </exclusion>
        <exclusion>
          <artifactId>scala-reflect</artifactId>
          <groupId>org.scala-lang</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.novocode</groupId>
      <artifactId>junit-interface</artifactId>
      <version>0.11</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>test-interface</artifactId>
          <groupId>org.scala-sbt</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <properties>
    <sbt.project.name>network-shuffle</sbt.project.name>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>org.apache.spark</groupId>
   <artifactId>spark-network-shuffle_2.10</artifactId>
   <version>1.6.2</version>
</dependency>

Download

If you think the following spark-network-shuffle_2.10-1.6.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spark-network-shuffle_2.10-1.6.2.jar file




PreviousNext

Related