On Mon, Sep 8, 2014 at 9:35 AM, Dimension Data, LLC.
<subscripti...@didata.us> wrote:
>    user$ pyspark [some-options] --driver-java-options
> spark.yarn.jar=hdfs://namenode:8020/path/to/spark-assembly-*.jar

This command line does not look correct. "spark.yarn.jar" is not a JVM
command line option. You most probably need a "-D" before that.

> What is the equivalent property to use for the LOCAL MODE case?

What do you mean local mode? --master local? A local file?

That location is a URL, so set it to what makes sense in your case. See also:
http://spark.apache.org/docs/latest/submitting-applications.html

(Under "Advanced Dependency Management".)

-- 
Marcelo

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to