You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2019/06/18 05:55:02 UTC

[hadoop] branch trunk updated: YARN-9630. [UI2] Add a link in docs's top page

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new eb6be46  YARN-9630. [UI2] Add a link in docs's top page
eb6be46 is described below

commit eb6be4643f77b3284297950da4f7e6ca9db11793
Author: Wanqiang Ji <wa...@gmail.com>
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 <iw...@apache.org>
---
 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 9328b7e..9a0cdac 100644
--- a/hadoop-project/src/site/site.xml
+++ b/hadoop-project/src/site/site.xml
@@ -162,6 +162,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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org