You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2014/08/12 14:06:46 UTC

git commit: AMBARI-6825. Balancer threshold has invalid range. Additional patch. (Max Shepel via akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 78605d25d -> d7a4c60d5


AMBARI-6825. Balancer threshold has invalid range.  Additional patch. (Max Shepel via akovalenko)


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

Branch: refs/heads/trunk
Commit: d7a4c60d59f52630cfdbf5bd2ad7e0981a9a96d8
Parents: 78605d2
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Tue Aug 12 15:06:26 2014 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Tue Aug 12 15:06:26 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/messages.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d7a4c60d/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 8f642a0..a4052ca 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1185,7 +1185,7 @@ Em.I18n.translations = {
   'services.service.actions.run.rebalanceHdfsNodes.title':'HDFS Rebalance',
   'services.service.actions.run.rebalanceHdfsNodes.prompt':'Balancer threshold (percentage of disk capacity):',
   'services.service.actions.run.rebalanceHdfsNodes.promptTooltip':'Percentage of disk capacity. This overwrites the default threshold',
-  'services.service.actions.run.rebalanceHdfsNodes.promptError':'Value should be number between 0 and 100',
+  'services.service.actions.run.rebalanceHdfsNodes.promptError':'Value should be number between 1 and 100',
   'services.service.actions.run.rebalanceHdfsNodes.context':'Rebalance HDFS',
   'services.service.actions.run.rebalanceHdfsNodes.error':'Error during remote command: ',
   'services.service.actions.run.yarnRefreshQueues.menu':'Refresh YARN Capacity Scheduler',