http://spark.apache.org/docs/latest/quick-start.html#standalone-applications
Click on java tab There is a bug in the maven section
<version>1.1.0-SNAPSHOT</version>
Should be
<version>1.1.0</version>
Hope this helps
Andy
http://spark.apache.org/docs/latest/quick-start.html#standalone-applications
Click on java tab There is a bug in the maven section
<version>1.1.0-SNAPSHOT</version>
Should be
<version>1.1.0</version>
Hope this helps
Andy