aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2013-12-04 12:30:25 -0800
committerAndrew Ash <andrew@andrewash.com>2013-12-04 12:30:25 -0800
commit0c5af38b86f39b7c25cb95cf8d912f3537cf29a0 (patch)
tree7f4f05bd47dfae957c4c81cf9be7b1af8d454a63 /docs/spark-standalone.md
parentd6e5473872f405a6f4e466705e33cf893af915c1 (diff)
downloadspark-0c5af38b86f39b7c25cb95cf8d912f3537cf29a0.tar.gz
spark-0c5af38b86f39b7c25cb95cf8d912f3537cf29a0.tar.bz2
spark-0c5af38b86f39b7c25cb95cf8d912f3537cf29a0.zip
Typo: applicaton
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 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>