HDFS-13902. Add JMX, conf and stacks menus to the datanode page. Contributed by fengchuang.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b2432d25 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b2432d25 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b2432d25 Branch: refs/heads/YARN-3409 Commit: b2432d254c486d0e360b76b7b094a71a011678ab Parents: 87f63b6 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:30:57 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/b2432d25/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 1d66f55..ba3eadc 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]
