aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Grover <mark@apache.org>2014-03-01 16:21:22 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-03-01 16:21:22 -0800
commit9aa095711858ce8670e51488f66a3d7c1a821c30 (patch)
treefeb04bc47f9156ecc1d8aa67650139fac5d81c2f /docs
parent556c56689bbc32c6cec0d07b57bd3ec73ceb243e (diff)
downloadspark-9aa095711858ce8670e51488f66a3d7c1a821c30.tar.gz
spark-9aa095711858ce8670e51488f66a3d7c1a821c30.tar.bz2
spark-9aa095711858ce8670e51488f66a3d7c1a821c30.zip
[SPARK-1150] fix repo location in create script
https://spark-project.atlassian.net/browse/SPARK-1150 fix the repo location in create_release script Author: Mark Grover <mark@apache.org> Closes #48 from CodingCat/script_fixes and squashes the following commits: 01f4bf7 [Mark Grover] Fixing some nitpicks d2244d4 [Mark Grover] SPARK-676: Abbreviation in SPARK_MEM but not in SPARK_WORKER_MEMORY
Diffstat (limited to 'docs')
-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 51fb3a4f7f..a2dec86be1 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_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>
+ <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>
</tr>
<tr>
<td><code>SPARK_WORKER_WEBUI_PORT</code></td>