aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-03-01 17:15:38 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-03-01 17:15:38 -0800
commitec992e182231da7313d85d10b3d5fd5975c44c8b (patch)
tree1393cf747eeeae495d52c1384ff9d96049b5a0ca /docs/spark-standalone.md
parent9aa095711858ce8670e51488f66a3d7c1a821c30 (diff)
downloadspark-ec992e182231da7313d85d10b3d5fd5975c44c8b.tar.gz
spark-ec992e182231da7313d85d10b3d5fd5975c44c8b.tar.bz2
spark-ec992e182231da7313d85d10b3d5fd5975c44c8b.zip
Revert "[SPARK-1150] fix repo location in create script"
This reverts commit 9aa095711858ce8670e51488f66a3d7c1a821c30.
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 a2dec86be1..51fb3a4f7f 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -104,8 +104,8 @@ You can optionally configure the cluster further by setting environment variable
<td>Total number of cores to allow Spark applications to use on the machine (default: all available cores).</td>
</tr>
<tr>
- <td><code>SPARK_WORKER_MEM</code></td>
- <td>Total amount of memory to allow Spark applications to use on the machine, e.g. <code>1000m</code>, <code>2g</code> (default: total memory minus 1 GB); note that each application's <i>individual</i> memory is configured using its <code>spark.executor.memory</code> property. The old variable </code>SPARK_WORKER_MEMORY</code> has been deprecated.</td>
+ <td><code>SPARK_WORKER_MEMORY</code></td>
+ <td>Total amount of memory to allow Spark applications to use on the machine, e.g. <code>1000m</code>, <code>2g</code> (default: total memory minus 1 GB); note that each application's <i>individual</i> memory is configured using its <code>spark.executor.memory</code> property.</td>
</tr>
<tr>
<td><code>SPARK_WORKER_WEBUI_PORT</code></td>