Forráskód Böngészése

AMBARI-2979. NameNode HA wizard: on Step 8(Initialize NameNode HA Metadata) change command: hdfs -zkfc formatZK. (Antonenko Alexander via yusaku)

Yusaku Sako 12 éve
szülő
commit
301fba80db
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      ambari-web/app/messages.js

+ 1 - 1
ambari-web/app/messages.js

@@ -686,7 +686,7 @@ Em.I18n.translations = {
     '$ hdfs namenode -bootstrapStandby<br/><br/>' +
     '$ hdfs namenode -bootstrapStandby<br/><br/>' +
     'Note: The following command must be run as the user {0} on {1}, not {2} <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/>' +
     '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.',
     '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/>' +
   '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/>' +
     '1. Initialize the JournalNodes by running: <br/><br/>' +