irvingc / dbscan-on-spark

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

How to run with your src #1

Closed owenchen closed 6 years ago

owenchen commented 8 years ago

Hi I just found your git right now. The readme for programmer is good. If the user want to run your the compiled jar file. Can you give me a example in command line. Like, spark-submit --class org.apache.spark.mllib.clustering.dbscan target/dbscan-on-spark_2.10-0.2.0-SNAPSHOT.jar

Thanks

irvingc commented 6 years ago

I think this is no longer relevant, closing, let me know if you still need help