Re: A quick note about spark-class (the launch script)

2013-10-09 Thread Mark Hamstra
https://github.com/apache/incubator-spark/commit/f3c60c9c0ce1f0c94174ecb903519b5fc4c696cd#diff-96515a7165082eff6dfecf69581c7349 Already fixed for 0.8.1 On Wed, Oct 9, 2013 at 4:36 AM, Markus Losoi wrote: > Hi > > Should the strings "spark.deploy.x.y" be "org.apache.spark.deploy.x.y" > (e.g.,

A quick note about spark-class (the launch script)

2013-10-09 Thread Markus Losoi
Hi Should the strings "spark.deploy.x.y" be "org.apache.spark.deploy.x.y" (e.g., x = "master" & y = "Master") in spark-class on lines 52-64? (Perhaps I should have used JIRA for this message, but this time I was unwilling to create yet another account on a service I may not use regularly.) Best r