You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/05/15 13:49:59 UTC

[jira] [Commented] (SPARK-5412) Cannot bind Master to a specific hostname as per the documentation

    [ https://issues.apache.org/jira/browse/SPARK-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545371#comment-14545371 ] 

Sean Owen commented on SPARK-5412:
----------------------------------

A-ha. I think the issue is that additional args to {{start-master.sh}} aren't passed through to {{Master}} with "$@". I think they are intended to be, as the same thing is done in {{start-slave.sh}} for example. Let me look a little more and open a PR if it seems like the right thing to do.

> Cannot bind Master to a specific hostname as per the documentation
> ------------------------------------------------------------------
>
>                 Key: SPARK-5412
>                 URL: https://issues.apache.org/jira/browse/SPARK-5412
>             Project: Spark
>          Issue Type: Bug
>          Components: Deploy
>    Affects Versions: 1.2.0
>            Reporter: Alexis Seigneurin
>
> Documentation on http://spark.apache.org/docs/latest/spark-standalone.html indicates:
> {quote}
> You can start a standalone master server by executing:
> ./sbin/start-master.sh
> ...
> the following configuration options can be passed to the master and worker:
> ...
> -h HOST, --host HOST	Hostname to listen on
> {quote}
> The "\-h" or "--host" parameter actually doesn't work with the start-master.sh script. Instead, one has to set the "SPARK_MASTER_IP" variable prior to executing the script.
> Either the script or the documentation should be updated.



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