spark-utils (homepage)

Practical utilities for spark applications

@CeON / (0)

A set of utilities that facilitate writing Spark programs in Java.

At present it simplifies:
- writing automatic spark job tests,
- working with avro files.

How to use it in maven:

Add CEON maven repository to the "repositories" section of your project's pom or maven settings.xml:

 <repository>
    <id>ceon-repo</id>
    <url>https://maven.ceon.pl/artifactory/repo/</url>
  </repository>

Add the spark-utils dependency to your project's pom:

 <dependency>
       <groupId>pl.edu.icm.spark-utils</groupId>
       <artifactId>spark-utils</artifactId>
       <version>1.0.0</version>
 </dependency>


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


How to

This package doesn't have any releases published in the Spark Packages repo, or with maven coordinates supplied. You may have to build this package from source, or it may simply be a script. To use this Spark Package, please follow the instructions in the README.

Releases

Version: 1.0.0 ( 133f87 | zip ) / Date: 2016-10-19 / License: Apache-2.0