Uh oh!
There was an error while loading. Please reload this page.
[SPARK-33397][YARN][DOC] Fix generating md to html for available-patterns-for-shs-custom-executor-log-url - #30298
[SPARK-33397][YARN][DOC] Fix generating md to html for available-patterns-for-shs-custom-executor-log-url#30298yaooqinn wants to merge 2 commits into
Conversation
…or-shs-custom-executor-log-url
yaooqinn
commented
Nov 9, 2020
SparkQA
commented
Nov 9, 2020
Test build #130786 has finished for PR 30298 at commit
|
SparkQA
commented
Nov 9, 2020
Test build #130788 has finished for PR 30298 at commit
|
SparkQA
commented
Nov 9, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 9, 2020
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.
we need to change < ->< and > -> >?
There was a problem hiding this comment.
yes. otherwise,they become tags inside codeblock
SparkQA
commented
Nov 9, 2020
Kubernetes integration test status success |
SparkQA
commented
Nov 9, 2020
Kubernetes integration test status success |
cloud-fan
left a comment
There was a problem hiding this comment.
LGTM if you have generated the doc and verified locally.
maropu
commented
Nov 10, 2020
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 <yaooqinn@hotmail.com>
Signed-off-by: Takeshi Yamamuro <yamamuro@apache.org>
(cherry picked from commit 036c11b)
Signed-off-by: Takeshi Yamamuro <yamamuro@apache.org>maropu
commented
Nov 10, 2020
Merged to master/branch-3.0. Thanks! |
HeartSaVioR
commented
Nov 10, 2020
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.