|
@@ -348,6 +348,8 @@ Em.I18n.translations = {
|
|
'installer.step3.hosts.remove.popup.body':'Are you sure you want to remove the selected host(s)?',
|
|
'installer.step3.hosts.remove.popup.body':'Are you sure you want to remove the selected host(s)?',
|
|
'installer.step3.hostInformation.popup.header':'Error in retrieving host Information',
|
|
'installer.step3.hostInformation.popup.header':'Error in retrieving host Information',
|
|
'installer.step3.hostInformation.popup.body' : 'All bootstrapped hosts registered but unable to retrieve cpu and memory related information',
|
|
'installer.step3.hostInformation.popup.body' : 'All bootstrapped hosts registered but unable to retrieve cpu and memory related information',
|
|
|
|
+ 'installer.step3.hostOsTypeCheck.popup.body' : 'Host registered successfully, but the host operating system type NOT match the selected group in step 1:Advanced Repository Option.<br> You can go back to step 1 OR remove this host. <br>' +
|
|
|
|
+ 'The host type is {0}, but you selected group {1} in step 1.',
|
|
'installer.step3.hostWarningsPopup.report':'Show Report',
|
|
'installer.step3.hostWarningsPopup.report':'Show Report',
|
|
'installer.step3.hostWarningsPopup.report.header': '<p style="font-family: monospace">######################################<br># Host Checks Report<br>#<br># Generated: ',
|
|
'installer.step3.hostWarningsPopup.report.header': '<p style="font-family: monospace">######################################<br># Host Checks Report<br>#<br># Generated: ',
|
|
'installer.step3.hostWarningsPopup.report.hosts': '<br>######################################<br><br>######################################<br># Hosts<br>#<br># A space delimited list of hosts which have issues.<br># Provided so that administrators can easily copy hostnames into scripts, email etc.<br>######################################<br>HOSTS<br>',
|
|
'installer.step3.hostWarningsPopup.report.hosts': '<br>######################################<br><br>######################################<br># Hosts<br>#<br># A space delimited list of hosts which have issues.<br># Provided so that administrators can easily copy hostnames into scripts, email etc.<br>######################################<br>HOSTS<br>',
|
|
@@ -364,6 +366,9 @@ Em.I18n.translations = {
|
|
'<div class="alert alert-warn"><b>Note</b>: To clean up in interactive mode, remove <b>--silent</b> option. To clean up all resources, including <i>users</i>, remove <b>--skip=users</b> option. Use <b>--help</b> for a list of available options.</div>',
|
|
'<div class="alert alert-warn"><b>Note</b>: To clean up in interactive mode, remove <b>--silent</b> option. To clean up all resources, including <i>users</i>, remove <b>--skip=users</b> option. Use <b>--help</b> for a list of available options.</div>',
|
|
'installer.step3.hostWarningsPopup.summary':'{0} on {1}',
|
|
'installer.step3.hostWarningsPopup.summary':'{0} on {1}',
|
|
'installer.step3.hostWarningsPopup.firewall':'Firewall Issues',
|
|
'installer.step3.hostWarningsPopup.firewall':'Firewall Issues',
|
|
|
|
+ 'installer.step3.hostWarningsPopup.repositories':'Repositories Issues',
|
|
|
|
+ 'installer.step3.hostWarningsPopup.repositories.context':'Host ({0}) has a {1} OS type, But the repositories chosen in "Select Stack" step was {2}.',
|
|
|
|
+ 'installer.step3.hostWarningsPopup.repositories.message':'The following registered hosts have different Operating System types from the local repositories chosen in "Select Stack" step. You can go back to "Select Stack" step to select another os group OR remove related host.',
|
|
'installer.step3.hostWarningsPopup.firewall.message':'Firewall is running on the following hosts. Please configure the firewall to allow communications on the ports documented in the <i>Configuring Ports</i> section of the <a target=\"_blank\" href=\"http://incubator.apache.org/ambari/current/installing-hadoop-using-ambari/content/\">Ambari documentation</a>',
|
|
'installer.step3.hostWarningsPopup.firewall.message':'Firewall is running on the following hosts. Please configure the firewall to allow communications on the ports documented in the <i>Configuring Ports</i> section of the <a target=\"_blank\" href=\"http://incubator.apache.org/ambari/current/installing-hadoop-using-ambari/content/\">Ambari documentation</a>',
|
|
'installer.step3.hostWarningsPopup.firewall.name':'<i>iptables</i> Running',
|
|
'installer.step3.hostWarningsPopup.firewall.name':'<i>iptables</i> Running',
|
|
'installer.step3.hostWarningsPopup.process':'Process Issues',
|
|
'installer.step3.hostWarningsPopup.process':'Process Issues',
|
|
@@ -389,10 +394,12 @@ Em.I18n.translations = {
|
|
'installer.step3.hostWarningsPopup.empty.services':'unwanted services',
|
|
'installer.step3.hostWarningsPopup.empty.services':'unwanted services',
|
|
'installer.step3.hostWarningsPopup.empty.misc':'issues',
|
|
'installer.step3.hostWarningsPopup.empty.misc':'issues',
|
|
'installer.step3.hostWarningsPopup.empty.firewall':'firewalls running',
|
|
'installer.step3.hostWarningsPopup.empty.firewall':'firewalls running',
|
|
|
|
+ 'installer.step3.hostWarningsPopup.empty.repositories':'repositories OS type mis-match with registered hosts',
|
|
'installer.step3.hostWarningsPopup.action.exists':'Exists on',
|
|
'installer.step3.hostWarningsPopup.action.exists':'Exists on',
|
|
'installer.step3.hostWarningsPopup.action.notRunning':'Not running on',
|
|
'installer.step3.hostWarningsPopup.action.notRunning':'Not running on',
|
|
'installer.step3.hostWarningsPopup.action.installed':'Installed on',
|
|
'installer.step3.hostWarningsPopup.action.installed':'Installed on',
|
|
'installer.step3.hostWarningsPopup.action.running':'Running on',
|
|
'installer.step3.hostWarningsPopup.action.running':'Running on',
|
|
|
|
+ 'installer.step3.hostWarningsPopup.action.invalid':'Invalid on',
|
|
'installer.step3.hostWarningsPopup.host':'host',
|
|
'installer.step3.hostWarningsPopup.host':'host',
|
|
'installer.step3.hostWarningsPopup.hosts':'hosts',
|
|
'installer.step3.hostWarningsPopup.hosts':'hosts',
|
|
'installer.step3.hostWarningsPopup.moreHosts':'{0} more hosts...<br>Click on link to view all hosts.',
|
|
'installer.step3.hostWarningsPopup.moreHosts':'{0} more hosts...<br>Click on link to view all hosts.',
|