HDFS-13244. Add stack, conf, metrics links to utilities dropdown in NN webUI. 
Contributed by Bharat Viswanadham.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4eeff62f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4eeff62f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4eeff62f

Branch: refs/heads/HDFS-7240
Commit: 4eeff62f6925991bca725b1ede5308055817de80
Parents: 7b0dc31
Author: Hanisha Koneru <hanishakon...@apache.org>
Authored: Fri Mar 9 15:27:17 2018 -0800
Committer: Hanisha Koneru <hanishakon...@apache.org>
Committed: Fri Mar 9 15:27:17 2018 -0800

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html              | 3 +++
 .../hadoop-hdfs/src/main/webapps/hdfs/explorer.html               | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/4eeff62f/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
index 96b1210..a928425 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
@@ -43,6 +43,9 @@
       <ul class="dropdown-menu">
         <li><a href="explorer.html">Browse the file system</a></li>
         <li><a href="logs">Logs</a></li>
+        <li><a href="jmx">Metrics</a></li>
+        <li><a href="conf">Configuration</a></li>
+        <li><a href="stacks">Process Thread Dump</a></li>
       </ul>
     </li>
   </ul>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/4eeff62f/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
index 3700a5e..29f114b 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html
@@ -44,6 +44,9 @@
           <ul class="dropdown-menu">
             <li><a href="#">Browse the file system</a></li>
             <li><a href="logs">Logs</a></li>
+            <li><a href="jmx">Metrics</a></li>
+            <li><a href="conf">Configuration</a></li>
+            <li><a href="stacks">Process Thread Dump</a></li>
           </ul>
         </li>
       </ul>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to