Download spark-core_2.10-0.9.0-incubating.jar file - Jar s

Jar examples for s:spark-core-2.10

Description

You can download jar file spark-core_2.10 0.9.0-incubating in this page.

License

Apache License

Build File

You can use the following script to add spark-core_2.10-0.9.0-incubating.jar to your project.

<dependency>
   <groupId>org.apache.spark</groupId>
   <artifactId>spark-core_2.10</artifactId>
   <version>0.9.0-incubating</version>
</dependency>
compile group: 'org.apache.spark', name: 'spark-core_2.10', version: '0.9.0-incubating'
libraryDependencies += "org.apache.spark" % "spark-core_2.10" % "0.9.0-incubating"
<dependency org="org.apache.spark" name="spark-core_2.10" rev="0.9.0-incubating"/>
@Grapes(@Grab(group='org.apache.spark', module='spark-core_2.10', version='0.9.0-incubating'))
'org.apache.spark:spark-core_2.10:jar:0.9.0-incubating'

Download

Click the following link to download the jar file.

spark-core_2.10-0.9.0-incubating-javadoc.jar
spark-core_2.10-0.9.0-incubating-sources.jar
spark-core_2.10-0.9.0-incubating.jar
spark-core_2.10-0.9.0-incubating.pom



Related Tutorials