mypackage (homepage)

Test Project

@EronWright / (0)

WIP please ignore.


Tags (No tags yet, login to add one. )


How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages EronWright:mypackage:0.0.13

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "EronWright/mypackage:0.0.13"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "EronWright" % "mypackage" % "0.0.13"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>EronWright</groupId>
    <artifactId>mypackage</artifactId>
    <version>0.0.13</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 0.0.13 ( 98a4d6 | zip | jar ) / Date: 2015-06-11 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 100% , - 100% , - 100% , - 100%

Version: 0.0.6 ( 90fe57 | zip | jar ) / Date: 2015-06-04 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 100% , - 100% , - 100% , - 100%

Version: 0.0.1 ( 90fe57 | zip | jar ) / Date: 2015-06-03 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 100% , - 100% , - 100% , - 100%