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/74c00641 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/74c00641 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/74c00641 Branch: refs/heads/branch-3.1 Commit: 74c00641f909d5cd13a72566d286cd199a14741f Parents: 2dd27c9 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:34:35 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/74c00641/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 a1f9c04..726a5de 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]
