-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-33397][YARN][DOC] Fix generating md to html for available-patterns-for-shs-custom-executor-log-url #30298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…or-shs-custom-executor-log-url
|
cc @HyukjinKwon @cloud-fan @maropu @HeartSaVioR thanks |
|
Test build #130786 has finished for PR 30298 at commit
|
|
Test build #130788 has finished for PR 30298 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
| For example, suppose you would like to point log url link to Job History Server directly instead of let NodeManager http server redirects it, you can configure `spark.history.custom.executor.log.url` as below: | ||
|
|
||
| `{{HTTP_SCHEME}}<JHS_HOST>:<JHS_PORT>/jobhistory/logs/{{NM_HOST}}:{{NM_PORT}}/{{CONTAINER_ID}}/{{CONTAINER_ID}}/{{USER}}/{{FILE_NAME}}?start=-4096` | ||
| <code>{{HTTP_SCHEME}}<JHS_HOST>:<JHS_PORT>/jobhistory/logs/{{NM_HOST}}:{{NM_PORT}}/{{CONTAINER_ID}}/{{CONTAINER_ID}}/{{USER}}/{{FILE_NAME}}?start=-4096</code> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to change < ->< and > -> >?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. otherwise,they become tags inside codeblock
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
cloud-fan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if you have generated the doc and verified locally.
|
LGTM (I've checked the generated page manually) |
…erns-for-shs-custom-executor-log-url
### What changes were proposed in this pull request?
1. replace `{{}}` with `{{}}`
2. using `<code></code>` in td-tag
### Why are the changes needed?
to fix this.

### Does this PR introduce _any_ user-facing change?
yes, you will see the correct online doc with this change

### How was this patch tested?
shown as the above pic via jekyll serve.
Closes #30298 from yaooqinn/SPARK-33397.
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Takeshi Yamamuro <[email protected]>
(cherry picked from commit 036c11b)
Signed-off-by: Takeshi Yamamuro <[email protected]>
|
Merged to master/branch-3.0. Thanks! |
|
Late +1. Thanks for fixing! |
What changes were proposed in this pull request?
{{}}with{{}}<code></code>in td-tagWhy are the changes needed?
to fix this.

Does this PR introduce any user-facing change?
yes, you will see the correct online doc with this change
How was this patch tested?
shown as the above pic via jekyll serve.