aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2013-12-04 14:02:11 -0800
committerReynold Xin <rxin@apache.org>2013-12-04 14:02:11 -0800
commit055462c1d39f996ec8d8d89201759d1db2b15929 (patch)
tree7f4f05bd47dfae957c4c81cf9be7b1af8d454a63
parentd6e5473872f405a6f4e466705e33cf893af915c1 (diff)
parent0c5af38b86f39b7c25cb95cf8d912f3537cf29a0 (diff)
downloadspark-055462c1d39f996ec8d8d89201759d1db2b15929.tar.gz
spark-055462c1d39f996ec8d8d89201759d1db2b15929.tar.bz2
spark-055462c1d39f996ec8d8d89201759d1db2b15929.zip
Merge pull request #226 from ash211/patch-4
Typo: applicaton
-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 17066ef0dd..b822265b5a 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -51,11 +51,11 @@ Finally, the following configuration options can be passed to the master and wor
</tr>
<tr>
<td><code>-c CORES</code>, <code>--cores CORES</code></td>
- <td>Total CPU cores to allow Spark applicatons to use on the machine (default: all available); only on worker</td>
+ <td>Total CPU cores to allow Spark applications to use on the machine (default: all available); only on worker</td>
</tr>
<tr>
<td><code>-m MEM</code>, <code>--memory MEM</code></td>
- <td>Total amount of memory to allow Spark applicatons to use on the machine, in a format like 1000M or 2G (default: your machine's total RAM minus 1 GB); only on worker</td>
+ <td>Total amount of memory to allow Spark applications to use on the machine, in a format like 1000M or 2G (default: your machine's total RAM minus 1 GB); only on worker</td>
</tr>
<tr>
<td><code>-d DIR</code>, <code>--work-dir DIR</code></td>