Skip to content

Commit 00be16d

Browse files
ammills01andrewor14
authored andcommitted
[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 apache#15244 from ammills01/master.
1 parent 7c7586a commit 00be16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spark-standalone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Learn more about getting started with ZooKeeper [here](http://zookeeper.apache.o
348348
**Configuration**
349349

350350
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.
351-
For more information about these configurations please refer to the configurations (doc)[configurations.html#deploy]
351+
For more information about these configurations please refer to the [configuration doc](configuration.html#deploy)
352352

353353
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).
354354

0 commit comments

Comments
 (0)