You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Andrew Or (JIRA)" <ji...@apache.org> on 2014/08/18 22:59:20 UTC

[jira] [Created] (SPARK-3107) Don't pass null jar to executor in yarn-client mode

Andrew Or created SPARK-3107:
--------------------------------

             Summary: Don't pass null jar to executor in yarn-client mode
                 Key: SPARK-3107
                 URL: https://issues.apache.org/jira/browse/SPARK-3107
             Project: Spark
          Issue Type: Bug
          Components: YARN
    Affects Versions: 1.1.0
            Reporter: Andrew Or


{code}
14/08/18 20:52:43 INFO yarn.Client:   command: $JAVA_HOME/bin/java -server -Xmx512m -Djava.io.tmpdir=$PWD/tmp '-Dspark.tachyonStore.folderName=spark-62612b18-8e97-4c28-82ac-02545ef13824' '-Dspark.yarn.secondary.jars=' ' -Dspark.repl.class.uri=http://172.31.0.12:41010' '-Dspark.driver.host=ip-172-31-0-12.us-west-2.compute.internal' '-Dspark.driver.appUIHistoryAddress=' '-Dspark.app.name=Spark shell' '-Dspark.driver.appUIAddress=ip-172-31-0-12.us-west-2.compute.internal:4040' '-Dspark.jars=' ' -Dspark.fileserver.uri=http://172.31.0.12:43595' '-Dspark.master=yarn-client' '-Dspark.driver.port=56838' org.apache.spark.deploy.yarn.ExecutorLauncher --class 'notused' --jar null  --arg  'ip-172-31-0-12.us-west-2.compute.internal:56838' --executor-memory 1024 --executor-cores 1 --num-executors  2 1> <LOG_DIR>/stdout 2> <LOG_DIR>/stderr
{code}

Also it appears that we set a bunch of system properties to an empty string. We should avoid setting these if they don't actually contain values.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org