You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2014/12/05 03:13:38 UTC

spark git commit: [SPARK-4421] Wrong link in spark-standalone.html

Repository: spark
Updated Branches:
  refs/heads/branch-1.1 bf637e041 -> b09382a46


[SPARK-4421] Wrong link in spark-standalone.html

Modified the link of building Spark. (backport version of #3279.)

Author: Masayoshi TSUZUKI <ts...@oss.nttdata.co.jp>

Closes #3280 from tsudukim/feature/SPARK-4421-2 and squashes the following commits:

3b4d38d [Masayoshi TSUZUKI] [SPARK-4421] Wrong link in spark-standalone.html


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b09382a4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b09382a4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b09382a4

Branch: refs/heads/branch-1.1
Commit: b09382a46437db728397f4515168e8f5d6105c38
Parents: bf637e0
Author: Masayoshi TSUZUKI <ts...@oss.nttdata.co.jp>
Authored: Thu Dec 4 18:13:23 2014 -0800
Committer: Josh Rosen <jo...@databricks.com>
Committed: Thu Dec 4 18:13:23 2014 -0800

----------------------------------------------------------------------
 docs/spark-standalone.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b09382a4/docs/spark-standalone.md
----------------------------------------------------------------------
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 333ad5b..88ab4f9 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-with-maven.html).
 
 # Starting a Cluster Manually
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org