aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Mills <ammills01@users.noreply.github.com>2016-09-26 16:41:10 -0400
committerAndrew Or <andrewor14@gmail.com>2016-09-26 16:41:14 -0400
commit00be16df642317137f17d2d7d2887c41edac3680 (patch)
tree4ca1ebd2122b42e31974970527bf5a845585eb7b
parent7c7586aef9243081d02ea5065435234b5950ab66 (diff)
downloadspark-00be16df642317137f17d2d7d2887c41edac3680.tar.gz
spark-00be16df642317137f17d2d7d2887c41edac3680.tar.bz2
spark-00be16df642317137f17d2d7d2887c41edac3680.zip
[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 <ammills01@users.noreply.github.com> Closes #15244 from ammills01/master.
-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 1097f1fabe..7b82b957d5 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).