Li Ye created SPARK-13133:
-----------------------------

             Summary: When the option --master of spark-submit script is 
inconsistent with SparkConf.setMaster in Spark appliction code, the behavior is 
Difficult to understand
                 Key: SPARK-13133
                 URL: https://issues.apache.org/jira/browse/SPARK-13133
             Project: Spark
          Issue Type: Bug
    Affects Versions: 1.6.0, 1.5.0, 1.4.0, 1.3.0
            Reporter: Li Ye
            Priority: Minor


When the option --master of spark-submit script is inconsistent with 
SparkConf.setMaster in Spark application code, the behavior is Difficult to 
understand. For example, if the option --master of spark-submit script is 
yarn-cluster while SparkConf.setMaster("local") in Spark Streaming application 
code, the application exit abnormally after about 2 minutes. In driver's log 
there is an error whose content is "SparkContext did not initialize after 
waiting for 100000 ms. Please check earlier log output for errors. Failing the 
application".



--
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