aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorbomeng <bmeng@us.ibm.com>2016-06-12 14:25:48 +0100
committerSean Owen <sowen@cloudera.com>2016-06-12 14:25:48 +0100
commit50248dcfff3ba79b73323f3a804c1e19a8be6097 (patch)
treeb1ad5729b2fe3cefb3142b17f2fff312d7e7a836 /docs/spark-standalone.md
parent3fd3ee038b89821f51f30a4ecd4452b5b3bc6568 (diff)
downloadspark-50248dcfff3ba79b73323f3a804c1e19a8be6097.tar.gz
spark-50248dcfff3ba79b73323f3a804c1e19a8be6097.tar.bz2
spark-50248dcfff3ba79b73323f3a804c1e19a8be6097.zip
[SPARK-15806][DOCUMENTATION] update doc for SPARK_MASTER_IP
## What changes were proposed in this pull request? SPARK_MASTER_IP is a deprecated environment variable. It is replaced by SPARK_MASTER_HOST according to MasterArguments.scala. ## How was this patch tested? Manually verified. Author: bomeng <bmeng@us.ibm.com> Closes #13543 from bomeng/SPARK-15806.
Diffstat (limited to 'docs/spark-standalone.md')
-rw-r--r--docs/spark-standalone.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 40c72931cb..c864c90308 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -94,8 +94,8 @@ You can optionally configure the cluster further by setting environment variable
<table class="table">
<tr><th style="width:21%">Environment Variable</th><th>Meaning</th></tr>
<tr>
- <td><code>SPARK_MASTER_IP</code></td>
- <td>Bind the master to a specific IP address, for example a public one.</td>
+ <td><code>SPARK_MASTER_HOST</code></td>
+ <td>Bind the master to a specific hostname or IP address, for example a public one.</td>
</tr>
<tr>
<td><code>SPARK_MASTER_PORT</code></td>