sample_spark (homepage)

Sample publishing project to spark

@oanhltko / (0)

Sample publishing project to spark


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 oanhltko:sample_spark:1.0.3

sbt

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

spDependencies += "oanhltko/sample_spark:1.0.3"

Otherwise,

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

libraryDependencies += "oanhltko" % "sample_spark" % "1.0.3"

Maven

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

Releases

Version: 1.0.3 ( 250248 | zip | jar ) / Date: 2018-12-12 / License: Apache-2.0 / Scala version: 2.11

Version: 1.0.2 ( 250248 | zip | jar ) / Date: 2018-12-11 / License: Apache-2.0 / Scala version: 2.11

Version: 1.0.1 ( b07b80 | zip | jar ) / Date: 2018-12-04 / License: Apache-2.0 / Scala version: 2.11

Version: 1.0.0 ( 825171 | zip | jar ) / Date: 2018-12-04 / License: Apache-2.0 / Scala version: 2.11