You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by wh...@apache.org on 2016/01/05 22:56:10 UTC

hadoop git commit: HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 79dc18422 -> 150c9a80e


HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI. Contributed by Archana T.


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

Branch: refs/heads/branch-2
Commit: 150c9a80ee3685e33cea9e2c835503d2b8d11e2c
Parents: 79dc184
Author: Haohui Mai <wh...@apache.org>
Authored: Tue Jan 5 13:55:55 2016 -0800
Committer: Haohui Mai <wh...@apache.org>
Committed: Tue Jan 5 13:56:08 2016 -0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                       | 3 +++
 .../hadoop-hdfs/src/main/webapps/hdfs/explorer.html               | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/150c9a80/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 25e010e..1d929a2 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -1676,6 +1676,9 @@ Release 2.8.0 - UNRELEASED
     HDFS-7553. fix the TestDFSUpgradeWithHA due to BindException.
     (Xiao Chen via cnauroth)
 
+    HDFS-9605. Add links to failed volumes to explorer.html in HDFS Web UI.
+    (Archana T via wheat9)
+
 Release 2.7.3 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/150c9a80/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 3fcacf9..8bfc0c9 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
@@ -35,6 +35,7 @@
       <ul class="nav navbar-nav" id="ui-tabs">
         <li><a href="dfshealth.html#tab-overview">Overview</a></li>
         <li><a href="dfshealth.html#tab-datanode">Datanodes</a></li>
+        <li><a href="dfshealth.html#tab-datanode-volume-failures">Datanode Volume Failures</a></li>
         <li><a href="dfshealth.html#tab-snapshot">Snapshot</a></li>
         <li><a href="dfshealth.html#tab-startup-progress">Startup Progress</a></li>
         <li class="dropdown">