Updated Branches: refs/heads/branch-1.4 eabe6a947 -> 878cef5cb
AMBARI-3042: Unhide the instructions to run the host cleanup script in the Host Checks dialog. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/878cef5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/878cef5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/878cef5c Branch: refs/heads/branch-1.4 Commit: 878cef5cb3f386d9dc5604b7301f7b967c8a2273 Parents: eabe6a9 Author: Jaimin Jetly <[email protected]> Authored: Tue Aug 27 14:41:36 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Aug 27 14:42:05 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/878cef5c/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 8b14d7d..0704faa 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -340,7 +340,7 @@ Em.I18n.translations = { 'installer.step3.hostWarningsPopup.report.user': '<br><br>######################################<br># Users<br>#<br># A space delimited list of users who should not exist.<br># Provided so that administrators can easily copy paths into scripts, email etc.<br># Example: userdel hdfs<br>######################################<br>USERS<br>', 'installer.step3.hostWarningsPopup.report.folder': '\\ /folder', 'installer.step3.hostWarningsPopup.checks': 'Host Checks found', - 'installer.step3.hostWarningsPopup.notice':'After manually resolving the issues, click <b>Rerun Checks</b>.', + 'installer.step3.hostWarningsPopup.notice':'After manually resolving the issues, click <b>Rerun Checks</b>.<br>To manually resolve issues on <b>each host</b> run the HostCleanup script:<br><div class="code-snippet">python /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py</div>', 'installer.step3.hostWarningsPopup.summary':'{0} on {1}', 'installer.step3.hostWarningsPopup.process':'Process Issues', 'installer.step3.hostWarningsPopup.processes.message':'The following processes should not be running',
