|
@@ -647,9 +647,12 @@ Em.I18n.translations = {
|
|
|
'admin.highAvailability.wizard.step2.header':'Select Hosts',
|
|
|
'admin.highAvailability.wizard.step3.header':'Review',
|
|
|
'admin.highAvailability.wizard.step4.header':'Create Checkpoint',
|
|
|
+ 'admin.highAvailability.wizard.step6.header':'Initialize JournalNodes',
|
|
|
+ 'admin.highAvailability.wizard.step8.header':'Initialize Metadata',
|
|
|
'admin.highAvailability.wizard.step4.bodyHeader':'Manual Steps Required: Create Checkpoint on NameNode',
|
|
|
'admin.highAvailability.wizard.step6.bodyHeader':'Manual Steps Required: Initialize JournalNodes',
|
|
|
- 'admin.highAvailability.wizard.step6.header':'Initialize JournalNodes',
|
|
|
+ 'admin.highAvailability.wizard.step8.bodyHeader':'Manual Steps Required: Initialize NameNode HA Metadata',
|
|
|
+
|
|
|
|
|
|
'admin.highAvailability.wizard.step5.task0.title':'Stop all services',
|
|
|
'admin.highAvailability.wizard.step5.task1.title':'Install Additional NameNode',
|
|
@@ -667,17 +670,25 @@ Em.I18n.translations = {
|
|
|
'admin.highAvailability.wizard.step3.jn':'JournalNode will be installed on following hosts:',
|
|
|
'admin.highAvailability.wizard.step4.ckNotCreated':'Checkpoint not created yet',
|
|
|
'admin.highAvailability.wizard.step6.jsNoInit':'JournalNodes not initialized yet',
|
|
|
-
|
|
|
-
|
|
|
- 'admin.highAvailability.wizard.step6.body':'Note: The following commands must be run as the user {0} on {1} <br/>' +
|
|
|
- '1. Initialize the JournalNodes by running: <br/>' +
|
|
|
- '$ hdfs namenode -initializeSharedEdits<br/>' +
|
|
|
- '2. You will be able to proceed to the next step once we detect that the JournalNodes have been initialized successfuly.<br/>',
|
|
|
- 'admin.highAvailability.wizard.step4.body':'Note: The following commands must be run as the user {0} on {1} <br/>' +
|
|
|
- '1. Put the NameNode in safe mode (read-only-mode) by running: <br/>' +
|
|
|
- '$ hdfs dfsadmin -safemode enter <br/>' +
|
|
|
- '2. Once NameNode is in Safe Mode, create a checkpoint by running: <br/>' +
|
|
|
- '$ TDB COMMAND <br/>' +
|
|
|
+ 'admin.highAvailability.wizard.step8.metaNoInit':'Metadata not initialized yet',
|
|
|
+
|
|
|
+
|
|
|
+ 'admin.highAvailability.wizard.step8.body':'Note: The following command must be run as the user {0} on {2}, not {1} <br/><br/>' +
|
|
|
+ '1. Initialize the metadata for additional NameNode by running: <br/><br/>' +
|
|
|
+ '$ 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/>' +
|
|
|
+ '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/>' +
|
|
|
+ '$ hdfs namenode -initializeSharedEdits<br/><br/>' +
|
|
|
+ '2. You will be able to proceed to the next step once we detect that the JournalNodes have been initialized successfully.',
|
|
|
+ 'admin.highAvailability.wizard.step4.body':'Note: The following commands must be run as the user {0} on {1} <br/><br/>' +
|
|
|
+ '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/>' +
|
|
|
'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,' +
|