aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorMasayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>2014-12-04 18:14:36 -0800
committerJosh Rosen <joshrosen@databricks.com>2014-12-04 18:14:51 -0800
commitb905e114e2084535dd78f29627b762505438e254 (patch)
treeab5fd5bb318689226d6eee2ac38ba9348b05885b /docs/spark-standalone.md
parentf5c5647b863b593eae88fe5b6ba580413584ed06 (diff)
downloadspark-b905e114e2084535dd78f29627b762505438e254.tar.gz
spark-b905e114e2084535dd78f29627b762505438e254.tar.bz2
spark-b905e114e2084535dd78f29627b762505438e254.zip
[SPARK-4421] Wrong link in spark-standalone.html
Modified the link of building Spark. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #3279 from tsudukim/feature/SPARK-4421 and squashes the following commits: 56e31c1 [Masayoshi TSUZUKI] Modified the link of building Spark. (cherry picked from commit ddfc09c36381a0880dfa6778be2ca0bc7d80febf) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
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 a3028aa86d..d503bc961e 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 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).
+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](building-spark.html).
# Starting a Cluster Manually