Author: yusaku
Date: Sat Feb 2 02:32:05 2013
New Revision: 1441690
URL: http://svn.apache.org/viewvc?rev=1441690&view=rev
Log:
AMBARI-1335. Show validation error when the user specifies target hosts that
are already part of the cluster. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/messages.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1441690&r1=1441689&r2=1441690&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Sat Feb 2 02:32:05 2013
@@ -38,6 +38,9 @@ Trunk (unreleased changes):
IMPROVEMENTS
+ AMBARI-1335. Show validation error when the user specifies target hosts that
are
+ already part of the cluster. (yusaku)
+
AMBARI-1337. Refactor Job Browser filter. (yusaku)
AMBARI-1336. Externalize text to messages.js. (yusaku)
Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1441690&r1=1441689&r2=1441690&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Sat Feb 2 02:32:05 2013
@@ -85,7 +85,7 @@ Em.I18n.translations = {
'installer.step2.hostPattern.tooltip.title':'Pattern Expressions',
'installer.step2.hostPattern.tooltip.content':'You can use pattern
expressions to specify a number of target hosts. For example, to specify
host01.domain thru host10.domain, enter host[01-10].domain in the target hosts
textarea.',
'installer.step2.hostName.error.required':'You must specify at least one
host name',
- 'installer.step2.hostName.error.already_installed':'all these hosts are
already installed',
+ 'installer.step2.hostName.error.already_installed':'All these hosts are
already part of the cluster',
'installer.step2.hostName.error.notRequired':'Host Names will be ignored if
not using SSH to automatically configure hosts',
'installer.step2.hostName.error.invalid':'Invalid Host Name(s)',
'installer.step2.hostName.pattern.header':'Host name pattern expressions',