Updated Branches: refs/heads/trunk c94855f71 -> 1824b6a88
AMBARI-2961. NameNode HA Wizard: enable the wizard in the UI by default. (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/1824b6a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/1824b6a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/1824b6a8 Branch: refs/heads/trunk Commit: 1824b6a88856beace4b12ff68924505cf265d00c Parents: c94855f Author: Yusaku Sako <[email protected]> Authored: Mon Aug 19 15:20:43 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Mon Aug 19 15:32:51 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/config.js | 2 +- ambari-web/app/messages.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/1824b6a8/ambari-web/app/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js index d032777..f8f1464 100644 --- a/ambari-web/app/config.js +++ b/ambari-web/app/config.js @@ -58,7 +58,7 @@ App.supports = { hue: false, ldapGroupMapping: false, localRepositories: false, - highAvailability: false + highAvailability: true }; if (App.enableExperimental) { http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/1824b6a8/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index fba4ab3..29e9066 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -694,7 +694,7 @@ Em.I18n.translations = { '1. Put the NameNode in safe mode (read-only-mode) by running: <br/><br/>' + '$ hdfs dfsadmin -safemode enter <br/><br/>' + '2. Once NameNode is in Safe Mode, create a checkpoint by running: <br/><br/>' + - '$ TDB COMMAND <br/><br/>' + + '$ hdfs dfsadmin -saveNamespace <br/><br/>' + '3. You will be able to proceed to the next step once we detect that the NameNode is in Safe Mode and that the checkpoint has been created successfully.', 'admin.highAvailability.wizard.step3.body':'Confirm your host selection and click Deploy to activate NameNode HA.', 'admin.highAvailability.wizard.step2.body':'Select a host that will be running an additional NameNode.<br/> In addition,' +
