Sun Rui created SPARK-8063:
------------------------------

             Summary: Spark master URL conflict between MASTER env variable and 
--master command line option
                 Key: SPARK-8063
                 URL: https://issues.apache.org/jira/browse/SPARK-8063
             Project: Spark
          Issue Type: Bug
          Components: SparkR
    Affects Versions: 1.4.0
            Reporter: Sun Rui


Currently, Spark supports several ways to specify the Spark master URL, like 
--master option for spark-submit, spark.master configuration option, MASTER env 
variable. They have different precedences, for example, --master overrides 
MASTER if both are specified.

However, for SparkR shell, it always use the master URL specified by MASTER, 
not honoring --master.



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