aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2014-02-14 10:01:01 -0800
committerAaron Davidson <aaron@databricks.com>2014-02-14 10:01:01 -0800
commiteec4bd1a1731dc84a8de70a2a12251ee134f2296 (patch)
tree581ff37f7f850d16fff462829309347e8bcb2ad0 /docs/spark-standalone.md
parent2414ed310ef6424894c37e8c2e8c461cbf880c78 (diff)
downloadspark-eec4bd1a1731dc84a8de70a2a12251ee134f2296.tar.gz
spark-eec4bd1a1731dc84a8de70a2a12251ee134f2296.tar.bz2
spark-eec4bd1a1731dc84a8de70a2a12251ee134f2296.zip
Typo: Standlone -> Standalone
Author: Andrew Ash <andrew@andrewash.com> Closes #601 from ash211/typo and squashes the following commits: 9cd43ac [Andrew Ash] Change docs references to metrics.properties, not metrics.conf 3813ff1 [Andrew Ash] Typo: mulitcast -> multicast 873bd2f [Andrew Ash] Typo: Standlone -> Standalone
Diffstat (limited to 'docs/spark-standalone.md')
-rw-r--r--docs/spark-standalone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 3388c14ec4..51fb3a4f7f 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -10,7 +10,7 @@ In addition to running on the Mesos or YARN cluster managers, Spark also provide
# Installing Spark Standalone to a Cluster
-To install Spark Standlone mode, you simply place a compiled version of Spark on each node on the cluster. You can obtain pre-built versions of Spark with each release or [build it yourself](index.html#building).
+To install Spark Standalone mode, you simply place a compiled version of Spark on each node on the cluster. You can obtain pre-built versions of Spark with each release or [build it yourself](index.html#building).
# Starting a Cluster Manually