Updated Branches: refs/heads/trunk 8ea2afde0 -> 301fba80d
AMBARI-2979. NameNode HA wizard: on Step 8(Initialize NameNode HA Metadata) change command: hdfs -zkfc formatZK. (Antonenko Alexander via 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/301fba80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/301fba80 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/301fba80 Branch: refs/heads/trunk Commit: 301fba80dbc06c60d3d106ae1d0ab32a553c5c4a Parents: 8ea2afd Author: Yusaku Sako <[email protected]> Authored: Wed Aug 21 10:54:45 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Aug 21 10:54:45 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/301fba80/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 8b14d7d..f1a58d5 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -686,7 +686,7 @@ Em.I18n.translations = { '$ hdfs namenode -bootstrapStandby<br/><br/>' + 'Note: The following command must be run as the user {0} on {1}, not {2} <br/><br/>' + '2. Initialize the metadata for NameNode automatic failover by running:<br/>' + - '$ hdfs -zkfc formatZK<br/><br/>' + + '$ hdfs zkfc -formatZK<br/><br/>' + '3. You will be able to proceed to the next step once we detect that the steps were completed successfully.', 'admin.highAvailability.wizard.step6.body':'Note: The following commands must be run as the user {0} on {1} <br/><br/>' + '1. Initialize the JournalNodes by running: <br/><br/>' +
