|
@@ -548,54 +548,7 @@ Em.I18n.translations = {
|
|
|
'installer.step10.startStatus.started':'All services started',
|
|
|
'installer.step10.installTime.seconds':'Install and start completed in {0} seconds',
|
|
|
'installer.step10.installTime.minutes':'Install and start completed in {0} minutes and {1} seconds',
|
|
|
- 'installer.step11.header':'Prerequisites',
|
|
|
- 'installer.step12.header':'Review',
|
|
|
- 'installer.step12.body':'Please review the changes you made',
|
|
|
- 'installer.step12.targetHost':'Target Host:',
|
|
|
- 'installer.step12.sourceHost':'Source Host:',
|
|
|
- 'installer.step12.component':'Component name:',
|
|
|
- 'installer.step13.header':'Install, Start and Test',
|
|
|
- 'installer.step13.task0.title':'{1} stop',
|
|
|
- 'installer.step13.task1.title':'{0} create',
|
|
|
- 'installer.step13.task2.title':'{0} disable',
|
|
|
- 'installer.step13.task3.title':'{1} reconfigure',
|
|
|
- 'installer.step13.task4.title':'{0} install',
|
|
|
- 'installer.step13.task5.title':'{1} remove',
|
|
|
- 'installer.step13.task6.title':'{0} start',
|
|
|
- 'installer.step13.status.success': 'Successfully reassigned {0}',
|
|
|
- 'installer.step13.status.success.withManualSteps': 'Proceed to the next step',
|
|
|
- 'installer.step13.status.failed': 'Failed to reassign {0}',
|
|
|
- 'installer.step13.status.info': 'Reassigning {0}. \nPlease wait while all tasks will be completed.',
|
|
|
- 'installer.step13.retry': 'You can click on the Retry or Abort button to retry failed task or abort changes',
|
|
|
- 'installer.step13.abortError': 'Error in aborting changes.',
|
|
|
- 'installer.step14.header': 'Manual commands',
|
|
|
- 'installer.step14.body.namenode': '<ol>' +
|
|
|
- '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
|
|
|
- '<li>Login to the target host <b>{2}</b> and change permissions for the NameNode dirs by running:' +
|
|
|
- '<div class="code-snippet">chown -R hdfs:hadoop /hadoop/hdfs/namenode/</div></li>' +
|
|
|
- '<li>Create marker directory by running:' +
|
|
|
- '<div class="code-snippet">mkdir -p /var/run/hadoop/hdfs/namenode/formatted</div></li>' +
|
|
|
- '<li>Proceed next' +
|
|
|
- '</ol>',
|
|
|
- 'installer.step14.body.secondary_namenode': '<ol>' +
|
|
|
- '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
|
|
|
- '<li>Login to the target host <b>{2}</b> and change permissions for the SNameNode dirs by running:' +
|
|
|
- '<div class="code-snippet">chown -R hdfs:hadoop /hadoop/hdfs/namesecondary/</div></li>' +
|
|
|
- '<li>Proceed next' +
|
|
|
- '</ol>',
|
|
|
- 'installer.step14.body.jobtracker': '<ol>' +
|
|
|
- '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
|
|
|
- '<li>Login to the target host <b>{2}</b> and change permissions for the JobTracker dirs by running:' +
|
|
|
- '<div class="code-snippet">chown -R mapred:hadoop /hadoop/mapred/</div></li>' +
|
|
|
- '<li>Proceed next' +
|
|
|
- '</ol>',
|
|
|
- 'installer.step15.header': 'Install, Start and Test',
|
|
|
- 'installer.step15.task0.title':'{0} remove',
|
|
|
- 'installer.step15.task1.title':'{1} start',
|
|
|
- 'installer.step15.status.success': 'Successfully reassigned {0}',
|
|
|
- 'installer.step15.status.failed': 'Failed to reassign {0}',
|
|
|
- 'installer.step15.status.info': 'Reassigning {0}. \nPlease wait while all tasks will be completed.',
|
|
|
-
|
|
|
+
|
|
|
'installer.stackUpgrade.header':'Stack Upgrade Wizard',
|
|
|
'installer.stackUpgrade.step1.newVersion':'New Version',
|
|
|
'installer.stackUpgrade.step1.installedVersion':'Installed Version',
|
|
@@ -1113,6 +1066,55 @@ Em.I18n.translations = {
|
|
|
'services.service.startAll':'Start All',
|
|
|
'services.service.stopAll':'Stop All',
|
|
|
|
|
|
+ 'services.reassign.step1.header':'Prerequisites',
|
|
|
+ 'services.reassign.step2.header':'Assign Masters',
|
|
|
+ 'services.reassign.step3.header':'Review',
|
|
|
+ 'services.reassign.step3.body':'Please review the changes you made',
|
|
|
+ 'services.reassign.step3.targetHost':'Target Host:',
|
|
|
+ 'services.reassign.step3.sourceHost':'Source Host:',
|
|
|
+ 'services.reassign.step3.component':'Component name:',
|
|
|
+ 'services.reassign.step4.header':'Install, Start and Test',
|
|
|
+ 'services.reassign.step4.task0.title':'{1} stop',
|
|
|
+ 'services.reassign.step4.task1.title':'{0} create',
|
|
|
+ 'services.reassign.step4.task2.title':'{0} disable',
|
|
|
+ 'services.reassign.step4.task3.title':'{1} reconfigure',
|
|
|
+ 'services.reassign.step4.task4.title':'{0} install',
|
|
|
+ 'services.reassign.step4.task5.title':'{1} remove',
|
|
|
+ 'services.reassign.step4.task6.title':'{0} start',
|
|
|
+ 'services.reassign.step4.status.success': 'Successfully reassigned {0}',
|
|
|
+ 'services.reassign.step4.status.success.withManualSteps': 'Proceed to the next step',
|
|
|
+ 'services.reassign.step4.status.failed': 'Failed to reassign {0}',
|
|
|
+ 'services.reassign.step4.status.info': 'Reassigning {0}. \nPlease wait while all tasks will be completed.',
|
|
|
+ 'services.reassign.step4.retry': 'You can click on the Retry or Abort button to retry failed task or abort changes',
|
|
|
+ 'services.reassign.step4.abortError': 'Error in aborting changes.',
|
|
|
+ 'services.reassign.step5.header': 'Manual commands',
|
|
|
+ 'services.reassign.step5.body.namenode': '<ol>' +
|
|
|
+ '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
|
|
|
+ '<li>Login to the target host <b>{2}</b> and change permissions for the NameNode dirs by running:' +
|
|
|
+ '<div class="code-snippet">chown -R hdfs:hadoop /hadoop/hdfs/namenode/</div></li>' +
|
|
|
+ '<li>Create marker directory by running:' +
|
|
|
+ '<div class="code-snippet">mkdir -p /var/run/hadoop/hdfs/namenode/formatted</div></li>' +
|
|
|
+ '<li>Proceed next' +
|
|
|
+ '</ol>',
|
|
|
+ 'services.reassign.step5.body.secondary_namenode': '<ol>' +
|
|
|
+ '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
|
|
|
+ '<li>Login to the target host <b>{2}</b> and change permissions for the SNameNode dirs by running:' +
|
|
|
+ '<div class="code-snippet">chown -R hdfs:hadoop /hadoop/hdfs/namesecondary/</div></li>' +
|
|
|
+ '<li>Proceed next' +
|
|
|
+ '</ol>',
|
|
|
+ 'services.reassign.step5.body.jobtracker': '<ol>' +
|
|
|
+ '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
|
|
|
+ '<li>Login to the target host <b>{2}</b> and change permissions for the JobTracker dirs by running:' +
|
|
|
+ '<div class="code-snippet">chown -R mapred:hadoop /hadoop/mapred/</div></li>' +
|
|
|
+ '<li>Proceed next' +
|
|
|
+ '</ol>',
|
|
|
+ 'services.reassign.step6.header': 'Install, Start and Test',
|
|
|
+ 'services.reassign.step6.task0.title':'{0} remove',
|
|
|
+ 'services.reassign.step6.task1.title':'{1} start',
|
|
|
+ 'services.reassign.step6.status.success': 'Successfully reassigned {0}',
|
|
|
+ 'services.reassign.step6.status.failed': 'Failed to reassign {0}',
|
|
|
+ 'services.reassign.step6.status.info': 'Reassigning {0}. \nPlease wait while all tasks will be completed.',
|
|
|
+
|
|
|
/** services page constants **/
|
|
|
|
|
|
'service.hbase.activeMaster': 'Active Master',
|