aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2014-01-07 19:30:23 -0500
committerMatei Zaharia <matei@databricks.com>2014-01-07 19:30:23 -0500
commit2c421749eae1e3945ca34ce006addd98a0c1a00b (patch)
tree0390de796eabebd84a1016a04b19324f8e9212b9 /docs/configuration.md
parent044c8ad3a47d245198a16a68e36a417e80e8c37e (diff)
downloadspark-2c421749eae1e3945ca34ce006addd98a0c1a00b.tar.gz
spark-2c421749eae1e3945ca34ce006addd98a0c1a00b.tar.bz2
spark-2c421749eae1e3945ca34ce006addd98a0c1a00b.zip
Address review comments
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 52ed59be30..1d6c3d1633 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -418,7 +418,7 @@ Apart from these, the following properties are also available, and may be useful
Whether the standalone cluster manager should spread applications out across nodes or try
to consolidate them onto as few nodes as possible. Spreading out is usually better for
data locality in HDFS, but consolidating is more efficient for compute-intensive workloads. <br/>
- <b>Note:</b> this setting needs to be configured in the cluster master, not in individual
+ <b>Note:</b> this setting needs to be configured in the standalone cluster master, not in individual
applications; you can set it through <code>SPARK_JAVA_OPTS</code> in <code>spark-env.sh</code>.
</td>
</tr>
@@ -431,7 +431,7 @@ Apart from these, the following properties are also available, and may be useful
cores unless they configure <code>spark.cores.max</code> themselves.
Set this lower on a shared cluster to prevent users from grabbing
the whole cluster by default. <br/>
- <b>Note:</b> this setting needs to be configured in the cluster master, not in individual
+ <b>Note:</b> this setting needs to be configured in the standalone cluster master, not in individual
applications; you can set it through <code>SPARK_JAVA_OPTS</code> in <code>spark-env.sh</code>.
</td>
</tr>