Repository: hadoop Updated Branches: refs/heads/branch-2 0b6574380 -> 17256e2ae
HDFS-8565. Typo in dfshealth.html - Decomissioning. (nijel via xyao) (cherry picked from commit 1569228ec9090823186f062257fdf1beb5ee1781) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/17256e2a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/17256e2a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/17256e2a Branch: refs/heads/branch-2 Commit: 17256e2ae81d0b40493901fc89ca0d987788f69b Parents: 0b65743 Author: Xiaoyu Yao <[email protected]> Authored: Fri Aug 14 12:33:43 2015 -0700 Committer: Xiaoyu Yao <[email protected]> Committed: Fri Aug 14 12:35:17 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 ++ .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/17256e2a/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 d9c1077..7c9b72b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -792,6 +792,8 @@ Release 2.8.0 - UNRELEASED HDFS-8879. Quota by storage type usage incorrectly initialized upon namenode restart. (xyao) + HDFS-8565. Typo in dfshealth.html - Decomissioning. (nijel via xyao) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/17256e2a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html index 6b48be7..7e7604a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html @@ -332,7 +332,7 @@ </table> </small> -<div class="page-header"><h1><small>Decomissioning</small></h1></div> +<div class="page-header"><h1><small>Decommissioning</small></h1></div> <small> <table class="table"> <thead>
