Updated Branches: refs/heads/trunk f88f7135f -> 430456471
AMBARI-3239. Modify the message for HostCleanup script to say Python 2.6 or greater is required. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/43045647 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/43045647 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/43045647 Branch: refs/heads/trunk Commit: 430456471fb115bc7acbc613a8b16c0e0e21f943 Parents: f88f713 Author: Yusaku Sako <[email protected]> Authored: Sat Sep 14 10:46:36 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Mon Sep 16 00:59:32 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/43045647/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 50e5a59..d15b128 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -343,7 +343,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>.<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.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 (Python 2.6 or greater is required):<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',
