HDFS-13902. Add JMX, conf and stacks menus to the datanode page. Contributed by 
fengchuang.

(cherry picked from commit b2432d254c486d0e360b76b7b094a71a011678ab)


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

Branch: refs/heads/branch-2
Commit: 9befa5ed95f129c9ef961d6cd09ae69e2fe769aa
Parents: a7b9e7d
Author: Brahma Reddy Battula <[email protected]>
Authored: Wed Sep 12 06:30:57 2018 +0530
Committer: Brahma Reddy Battula <[email protected]>
Committed: Wed Sep 12 06:37:25 2018 +0530

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/webapps/datanode/datanode.html         | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9befa5ed/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
index 2245e1f..ee23056 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
@@ -36,7 +36,10 @@
     <li class="dropdown">
       <a href="#" class="dropdown-toggle" data-toggle="dropdown">Utilities <b 
class="caret"></b></a>
       <ul class="dropdown-menu">
-        <li><a href="logs/">Logs</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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to