spark-examples
spark-examples copied to clipboard
args 0 or 1?
Hi,
I had to change
new WordCountTask().run(args[1]);
to
new WordCountTask().run(args[0]);
to get the job to run in Spark
Anthony