spark-examples icon indicating copy to clipboard operation
spark-examples copied to clipboard

small issue to run command line

Open autofei opened this issue 8 years ago • 0 comments

For "./bin/spark-submit --class org.sparkexample.WordCount --master local[2] //target/spark-examples-1.0-SNAPSHOT.jar / /"

The class name should be WordCountTask now. And also, I don't see any output result in output directory, only console.

autofei avatar Jul 05 '17 23:07 autofei