Преглед на файлове

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

Yusaku Sako преди 11 години
родител
ревизия
301fba80db
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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/>' +
     '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/>' +