test (homepage)

test

@kanterov / (0)

test


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 kanterov:test:0.3.1

sbt

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

spDependencies += "kanterov/test:0.3.1"

Otherwise,

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

libraryDependencies += "kanterov" % "test" % "0.3.1"

Maven

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

Releases

Version: 0.3.1 ( 42154b | zip | jar ) / Date: 2016-10-03 / License: Apache-2.0 / Scala version: 2.11

Version: 0.3.0 ( 42154b | zip | jar ) / Date: 2016-10-03 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.1 ( 42154b | zip | jar ) / Date: 2016-09-29 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1 ( 42154b | zip | jar ) / Date: 2016-09-29 / License: Apache-2.0 / Scala version: 2.11