Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.24 KB

spark-geo-privacy

Geospatial privacy functions for Apache Spark 1.6

Algorithms

Usage

Build the package and include the output JAR when submitting your Spark application.

Building

# build the package
./build/sbt assembly

# run the tests
./build/sbt test

# publish to the local repository
./build/sbt publish-local

Notes

This spark package was built using sbt-spark-package.

Contributors