소스 검색

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/>' +