ptesting (homepage)

testing

@milinkp / (0)

Just for testing


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 milinkp:ptesting:1.0

sbt

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

spDependencies += "milinkp/ptesting:1.0"

Otherwise,

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

libraryDependencies += "milinkp" % "ptesting" % "1.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>milinkp</groupId>
    <artifactId>ptesting</artifactId>
    <version>1.0</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 ( 8a98ae | zip | jar ) / Date: 2017-03-11 / License: Apache-2.0 / Scala version: 2.11