Alexis Seigneurin created SPARK-5412:
----------------------------------------
Summary: 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
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]