Tathagata Das created SPARK-5966:
------------------------------------

             Summary: Spark-submit deploy-mode incorrectly affecting submission 
when master = local[4] 
                 Key: SPARK-5966
                 URL: https://issues.apache.org/jira/browse/SPARK-5966
             Project: Spark
          Issue Type: Bug
          Components: Spark Submit
    Affects Versions: 1.3.0
            Reporter: Tathagata Das
            Assignee: Andrew Or
            Priority: Critical


{{code}}
[tdas @ Zion spark] bin/spark-submit --master local[10]  --class 
test.MemoryTest --driver-memory 1G 
/Users/tdas/Projects/Others/simple-project/target/scala-2.10/simple-app-assembly-0.1-SNAPSHOT.jar
JVM arguments: [-XX:MaxPermSize=128m, -Xms1G, -Xmx1G]
App arguments:
Usage: MemoryTest <allocation size in MB> <interval in seconds>

[tdas @ Zion spark] bin/spark-submit --master local[10] --deploy-mode cluster  
--class test.MemoryTest --driver-memory 1G 
/Users/tdas/Projects/Others/simple-project/target/scala-2.10/simple-app-assembly-0.1-SNAPSHOT.jar
java.lang.ClassNotFoundException:
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:270)
        at 
org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:538)
        at 
org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:166)
        at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:189)
        at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:110)
        at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
{{code}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to