Re: How to use the spark submit script / capability

2016-05-15 Thread John Trengrove
Assuming you are refering to running SparkSubmit.main programatically otherwise read this [1]. I can't find any scaladocs for org.apache.spark.deploy.* but Oozie's [2] example of using SparkSubmit is pretty comprehensive. [1] http://spark.apache.org/docs/latest/submitting-applications.html [2]

Re: How to use the spark submit script / capability

2016-05-15 Thread Marcelo Vanzin
As I mentioned, the "user document" is the Spark API documentation. On Sun, May 15, 2016 at 12:20 PM, Stephen Boesch wrote: > Hi Marcelo, here is the JIRA > https://issues.apache.org/jira/browse/SPARK-4924 > > Jeff Zhang >

Re: How to use the spark submit script / capability

2016-05-15 Thread Stephen Boesch
Hi Marcelo, here is the JIRA https://issues.apache.org/jira/browse/SPARK-4924 Jeff Zhang added a comment - 26/Nov/15 08:15 Marcelo Vanzin Is there any user

Re: How to use the spark submit script / capability

2016-05-15 Thread Marcelo Vanzin
I don't understand your question. The PR you mention is not about spark-submit. If you want help with spark-submit, check the Spark docs or "spark-submit -h". If you want help with the library added in the PR, check Spark's API documentation. On Sun, May 15, 2016 at 9:33 AM, Stephen Boesch

How to use the spark submit script / capability

2016-05-15 Thread Stephen Boesch
There is a committed PR from Marcelo Vanzin addressing that capability: https://github.com/apache/spark/pull/3916/files Is there any documentation on how to use this? The PR itself has two comments asking for the docs that were not answered.