Last Version

Spark Project Parent POM 0.7.2

Spark is a MapReduce-like cluster computing framework designed for low-latency iterative jobs and interactive use from an interpreter. It provides clean, language-integrated APIs in Scala, Java, and Python, with a rich array of parallel operators.

License

License

BSD License
GroupId

GroupId

org.spark-project
ArtifactId

ArtifactId

spark-parent
Version

Version

0.7.2
Type

Type

pom
Description

Description

Spark Project Parent POM
Spark is a MapReduce-like cluster computing framework designed for low-latency iterative jobs and interactive use from an interpreter. It provides clean, language-integrated APIs in Scala, Java, and Python, with a rich array of parallel operators.
Project URL

Project URL

http://spark-project.org/

Download spark-parent 0.7.2

Filename Size
spark-parent-0.7.2.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/org.spark-project/spark-parent/ -->
<dependency>
    <groupId>org.spark-project</groupId>
    <artifactId>spark-parent</artifactId>
    <version>0.7.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation 'org.spark-project:spark-parent:0.7.2'
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation ("org.spark-project:spark-parent:0.7.2")
'org.spark-project:spark-parent:pom:0.7.2'
<dependency org="org.spark-project" name="spark-parent" rev="0.7.2">
  <artifact name="spark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.spark-project', module='spark-parent', version='0.7.2')
)
libraryDependencies += "org.spark-project" % "spark-parent" % "0.7.2"
[org.spark-project/spark-parent "0.7.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • bagel
  • examples
  • streaming
  • repl
  • repl-bin