Skip to content

dsaidgovsg/spark-geo-privacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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