Skip to content

Commit 6c07caf

Browse files
committed
[SPARK-4464] Description about configuration options need to be modified in docs.
Added description about -h and -host. Modified description about -i and -ip which are now deprecated. Added description about --properties-file.
1 parent cec1116 commit 6c07caf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/spark-standalone.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ Finally, the following configuration options can be passed to the master and wor
3434
<table class="table">
3535
<tr><th style="width:21%">Argument</th><th>Meaning</th></tr>
3636
<tr>
37-
<td><code>-i IP</code>, <code>--ip IP</code></td>
38-
<td>IP address or DNS name to listen on</td>
37+
<td><code>-h HOST</code>, <code>--host HOST</code></td>
38+
<td>Hostname to listen on</td>
39+
</tr>
40+
<tr>
41+
<td><code>-i HOST</code>, <code>--ip HOST</code></td>
42+
<td>Hostname to listen on (deprecated, use -h or --host)</td>
3943
</tr>
4044
<tr>
4145
<td><code>-p PORT</code>, <code>--port PORT</code></td>
@@ -57,6 +61,10 @@ Finally, the following configuration options can be passed to the master and wor
5761
<td><code>-d DIR</code>, <code>--work-dir DIR</code></td>
5862
<td>Directory to use for scratch space and job output logs (default: SPARK_HOME/work); only on worker</td>
5963
</tr>
64+
<tr>
65+
<td><code>--properties-file FILE</code></td>
66+
<td>Path to a custom Spark properties file to load (default: conf/spark-defaults.conf)</td>
67+
</tr>
6068
</table>
6169

6270

0 commit comments

Comments
 (0)