From d203ed51ca852b1506ec7f15b30e36bfe2581398 Mon Sep 17 00:00:00 2001 From: jiaoqb Date: Thu, 23 Sep 2021 12:47:38 +0900 Subject: [PATCH] [SPARK-36791][DOCS] Fix spelling mistakes in running-on-yarn.md file where JHS_POST should be JHS_HOST ### What changes were proposed in this pull request? The PR fixes SPARK-36791 by replacing JHS_POST with JHS_HOST ### Why are the changes needed? There are spelling mistakes in running-on-yarn.md file where JHS_POST should be JHS_HOST ### Does this PR introduce any user-facing change? No ### How was this patch tested? Not needed for docs Closes #34031 from jiaoqingbo/jiaoqingbo. Authored-by: jiaoqb Signed-off-by: Hyukjin Kwon (cherry picked from commit 8a1a91bd71218ef0eee9c4eac175134b62ba362a) Signed-off-by: Hyukjin Kwon --- docs/running-on-yarn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md index 5969ed33f5..9930f3e79b 100644 --- a/docs/running-on-yarn.md +++ b/docs/running-on-yarn.md @@ -627,7 +627,7 @@ For example, suppose you would like to point log url link to Job History Server {{HTTP_SCHEME}}<JHS_HOST>:<JHS_PORT>/jobhistory/logs/{{NM_HOST}}:{{NM_PORT}}/{{CONTAINER_ID}}/{{CONTAINER_ID}}/{{USER}}/{{FILE_NAME}}?start=-4096 -NOTE: you need to replace `` and `` with actual value. +NOTE: you need to replace `` and `` with actual value. # Resource Allocation and Configuration Overview