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 ta...@apache.org on 2019/10/04 07:50:23 UTC

[hadoop] branch branch-3.1 updated: HDFS-14879. Header was wrong in Snapshot web UI. Contributed by hemanthboyina

This is an automated email from the ASF dual-hosted git repository.

tasanuma pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new c48f273  HDFS-14879. Header was wrong in Snapshot web UI. Contributed by hemanthboyina
c48f273 is described below

commit c48f2730b407fe95a1e9196f93f5ad7aac57d1ed
Author: Takanobu Asanuma <ta...@apache.org>
AuthorDate: Fri Oct 4 16:47:06 2019 +0900

    HDFS-14879. Header was wrong in Snapshot web UI. Contributed by hemanthboyina
    
    (cherry picked from commit b23bdaf085dbc561c785cef1613bacaf6735d909)
---
 hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 33410da..7fb12b2 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
@@ -271,7 +271,7 @@
 </table>
 </small>
 
-<div class="page-header"><h1><small>Snapshotted directories: {@size key=Snapshots}{/size}</small></div>
+<div class="page-header"><h1><small>Snapshots: {@size key=Snapshots}{/size}</small></div>
 
 <small>
 <table class="table">


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org