You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Chunjun Xiao (JIRA)" <ji...@apache.org> on 2014/09/11 03:36:33 UTC

[jira] [Updated] (SPARK-3474) The env variable SPARK_MASTER_IP does not work

     [ https://issues.apache.org/jira/browse/SPARK-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chunjun Xiao updated SPARK-3474:
--------------------------------
    Summary: The env variable SPARK_MASTER_IP does not work  (was: Rename the env variable SPARK_MASTER_IP to SPARK_MASTER_HOST)

> The env variable SPARK_MASTER_IP does not work
> ----------------------------------------------
>
>                 Key: SPARK-3474
>                 URL: https://issues.apache.org/jira/browse/SPARK-3474
>             Project: Spark
>          Issue Type: Bug
>          Components: Deploy
>    Affects Versions: 1.0.1
>            Reporter: Chunjun Xiao
>
> There's some inconsistency regarding the env variable used to specify the spark master host server.
> In spark source code (MasterArguments.scala), the env variable is "SPARK_MASTER_HOST", while in the shell script (e.g., spark-env.sh, start-master.sh), it's named "SPARK_MASTER_IP".
> This will introduce an issue in some case, e.g., if spark master is started  via "service spark-master start", which is built based on latest bigtop (refer to bigtop/spark-master.svc).
> In this case, "SPARK_MASTER_IP" will have no effect.
> I suggest we change SPARK_MASTER_IP in the shell script to SPARK_MASTER_HOST.



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