irvingc / dbscan-on-spark

An implementation of DBSCAN runing on top of Apache Spark
Apache License 2.0
183 stars 58 forks source link

Updating for API-breaking changes introduced in Spark 2.x #5

Closed mydpy closed 7 years ago

mydpy commented 7 years ago

Summary of changes:

mydpy commented 7 years ago

Build:

Run completed in 3 seconds, 744 milliseconds.
Total number of tests run: 9
Suites: completed 5, aborted 0
Tests: succeeded 9, failed 0, canceled 0, ignored 0, pending 0
All tests passed.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ dbscan-on-spark_2.10 ---
[INFO] Building jar: /Users/mbaker/IdeaProjects/dbscan-on-spark/target/dbscan-on-spark_2.10-0.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.017 s
[INFO] Finished at: 2017-02-22T11:31:34-05:00
[INFO] Final Memory: 28M/632M
[INFO] ------------------------------------------------------------------------
irvingc commented 7 years ago

@mydpy Thanks for doing this!