This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new f148b29 YARN-9630. [UI2] Add a link in docs's top page
f148b29 is described below
commit f148b29508db9706e0afa19a239c7f3f1885fb2f
Author: Wanqiang Ji <[email protected]>
AuthorDate: Mon Jun 17 17:35:10 2019 +0800
YARN-9630. [UI2] Add a link in docs's top page
Signed-off-by: Masatake Iwasaki <[email protected]>
(cherry picked from commit eb6be4643f77b3284297950da4f7e6ca9db11793)
---
hadoop-project/src/site/site.xml | 1 +
.../hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnUI2.md | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml
index d8416f0..d810f2c 100644
--- a/hadoop-project/src/site/site.xml
+++ b/hadoop-project/src/site/site.xml
@@ -152,6 +152,7 @@
<item name="Using GPU"
href="hadoop-yarn/hadoop-yarn-site/UsingGpus.html"/>
<item name="Using FPGA"
href="hadoop-yarn/hadoop-yarn-site/UsingFPGA.html"/>
<item name="Placement Constraints"
href="hadoop-yarn/hadoop-yarn-site/PlacementConstraints.html"/>
+ <item name="YARN UI2" href="hadoop-yarn/hadoop-yarn-site/YarnUI2.html"/>
</menu>
<menu name="YARN REST APIs" inherit="top">
diff --git
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnUI2.md
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnUI2.md
index 4c9daed..e05f025 100644
---
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnUI2.md
+++
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnUI2.md
@@ -43,7 +43,7 @@ origin (CORS) support.
| `yarn.nodemanager.webapp.cross-origin.enabled` | true | Enable CORS support
for Node Manager |
Also please ensure that CORS related configurations are enabled in
`core-site.xml`.
-Kindly refer
[here](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/HttpAuthentication.html)
+Kindly refer
[here](../../hadoop-project-dist/hadoop-common/HttpAuthentication.html)
Use it
-------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]