Repository: spark
Updated Branches:
  refs/heads/branch-2.0 8a58f2e8e -> f4594900d


[Docs] Update spark-standalone.md to fix link

Corrected a link to the configuration.html page, it was pointing to a page that 
does not exist (configurations.html).

Documentation change, verified in preview.

Author: Andrew Mills <[email protected]>

Closes #15244 from ammills01/master.

(cherry picked from commit 00be16df642317137f17d2d7d2887c41edac3680)
Signed-off-by: Andrew Or <[email protected]>


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

Branch: refs/heads/branch-2.0
Commit: f4594900d86bb39358ff19047dfa8c1e4b78aa6b
Parents: 8a58f2e
Author: Andrew Mills <[email protected]>
Authored: Mon Sep 26 16:41:10 2016 -0400
Committer: Andrew Or <[email protected]>
Committed: Mon Sep 26 16:41:33 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/spark/blob/f4594900/docs/spark-standalone.md
----------------------------------------------------------------------
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 5ae63fe..6f0f665 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -348,7 +348,7 @@ Learn more about getting started with ZooKeeper 
[here](http://zookeeper.apache.o
 **Configuration**
 
 In order to enable this recovery mode, you can set SPARK_DAEMON_JAVA_OPTS in 
spark-env by configuring `spark.deploy.recoveryMode` and related 
spark.deploy.zookeeper.* configurations.
-For more information about these configurations please refer to the 
configurations (doc)[configurations.html#deploy]
+For more information about these configurations please refer to the 
[configuration doc](configuration.html#deploy)
 
 Possible gotcha: If you have multiple Masters in your cluster but fail to 
correctly configure the Masters to use ZooKeeper, the Masters will fail to 
discover each other and think they're all leaders. This will not lead to a 
healthy cluster state (as all Masters will schedule independently).
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to