Updated Branches: refs/heads/trunk 7dd72b5aa -> 2599fa997
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/2599fa99 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2599fa99 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2599fa99 Branch: refs/heads/trunk Commit: 2599fa997d218c473cd99adcbaf60f2d1440e216 Parents: 7dd72b5 Author: Yusaku Sako <[email protected]> Authored: Mon Nov 25 18:29:13 2013 -0800 Committer: Yusaku Sako <[email protected]> Committed: Mon Nov 25 18:29:13 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/2599fa99/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 78d8653..cdd41e8 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',
