AMBARI-11497. On HDFS config page Modify "Minimum replicated blocks %ge" to 
simply say "Minimum replicated blocks %" (alexantonenko)


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

Branch: refs/heads/trunk
Commit: f81b4f8966d14b941d9f503ff386d39f996d9337
Parents: be7aa40
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Thu May 28 21:15:32 2015 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Thu May 28 21:15:32 2015 +0300

----------------------------------------------------------------------
 .../common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f81b4f89/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
index 3c4f392..a34d8c0 100644
--- 
a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml
@@ -174,7 +174,7 @@
       Values less than or equal to 0 mean not to start in safe mode.
       Values greater than 1 will make safe mode permanent.
     </description>
-    <display-name>Minimum replicated blocks %ge</display-name>
+    <display-name>Minimum replicated blocks %</display-name>
     <value-attributes>
       <type>float</type>
       <minimum>0.990</minimum>

Reply via email to