You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sun Rui (JIRA)" <ji...@apache.org> on 2015/06/03 06:31:49 UTC

[jira] [Created] (SPARK-8063) Spark master URL conflict between MASTER env variable and --master command line option

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org