Updated Branches: refs/heads/branch-1.4.2 e6bc84457 -> 022eddee9
AMBARI-3845. Incorrect warning message when trying to delete host with running components. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/022eddee Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/022eddee Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/022eddee Branch: refs/heads/branch-1.4.2 Commit: 022eddee94d128ec2ea17371fb52aff21798f41a Parents: e6bc844 Author: Yusaku Sako <[email protected]> Authored: Mon Nov 25 18:29:13 2013 -0800 Committer: Yusaku Sako <[email protected]> Committed: Mon Nov 25 18:35:30 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/messages.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/022eddee/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index e951894..326d1f0 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1375,7 +1375,8 @@ Em.I18n.translations = { 'hosts.cant.do.popup.masterList.body.end':'<strong>Note:</strong> To delete this host, you must first move all the master components listed above to another host.', 'hosts.cant.do.popup.nonDeletableList.body':'Deletion of the following {0} components is not supported. ', 'hosts.cant.do.popup.runningList.body':'This host cannot be deleted since the following components are still running:', - 'hosts.cant.do.popup.runningList.body.end':'<strong>Note:</strong> To delete this host, you must first stop all the running components listed above.', + 'hosts.cant.do.popup.runningList.body.end':'<strong>Note:</strong> To delete this host, you must first stop all the running components listed above. ' + + 'If this host has a DataNode, it should be decommissioned first to prevent data loss.', 'hosts.add.header':'Add Host Wizard', 'hosts.assignRack':'Assign Rack',
