Updated Branches: refs/heads/master d6e547387 -> 055462c1d
Typo: applicaton Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/0c5af38b Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/0c5af38b Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/0c5af38b Branch: refs/heads/master Commit: 0c5af38b86f39b7c25cb95cf8d912f3537cf29a0 Parents: d6e5473 Author: Andrew Ash <[email protected]> Authored: Wed Dec 4 12:30:25 2013 -0800 Committer: Andrew Ash <[email protected]> Committed: Wed Dec 4 12:30:25 2013 -0800 ---------------------------------------------------------------------- docs/spark-standalone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/0c5af38b/docs/spark-standalone.md ---------------------------------------------------------------------- diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md index 17066ef..b822265 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>
