[MINOR][DOCS] Fix various broken links and link anchors#45022
Closed
nchammas wants to merge 4 commits intoapache:masterfrom
Closed
[MINOR][DOCS] Fix various broken links and link anchors#45022nchammas wants to merge 4 commits intoapache:masterfrom
nchammas wants to merge 4 commits intoapache:masterfrom
Conversation
nchammas
commented
Feb 4, 2024
| The `spark-submit` script can load default [Spark configuration values](configuration.html) from a | ||
| properties file and pass them on to your application. By default, it will read options | ||
| from `conf/spark-defaults.conf` in the Spark directory. For more detail, see the section on | ||
| [loading default configurations](configuration.html#loading-default-configurations). |
Contributor
Author
There was a problem hiding this comment.
This section doesn't exist anymore. I couldn't find something similar to link to, so I just deleted this sentence.
nchammas
commented
Feb 5, 2024
| **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 [configuration doc](configuration.html#deploy) |
Contributor
Author
There was a problem hiding this comment.
The #deploy section doesn't exist anymore. Neither does documentation for the spark.deploy.* configs mentioned here.
yaooqinn
reviewed
Feb 5, 2024
yaooqinn
approved these changes
Feb 5, 2024
Member
|
Thanks, merged to master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Fix various broken links and link anchors.
Why are the changes needed?
Broken is broken, savvy?
Does this PR introduce any user-facing change?
Yes, it fixes broken links in user-facing documentation so they're no longer broken.
How was this patch tested?
I built the docs and clicked on some of the fixed links to confirm they are no longer broken.
Was this patch authored or co-authored using generative AI tooling?
No.