[
https://issues.apache.org/jira/browse/SPARK-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545436#comment-14545436
]
Apache Spark commented on SPARK-5412:
-------------------------------------
User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/6185
> 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: [email protected]
For additional commands, e-mail: [email protected]