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/0c8aab69 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0c8aab69 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0c8aab69 Branch: refs/heads/branch-3.0 Commit: 0c8aab690c3cc13cd3fcc448cb1e2726166a5901 Parents: a5da4df 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:35:29 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/0c8aab69/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]
