messages.js 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. Em.I18n.translations = {
  19. 'app.name':'Ambari',
  20. 'app.reloadPopup.link': 'Reload Page',
  21. 'app.reloadPopup.text': 'Trying to connect to server...',
  22. 'app.reloadPopup.header': 'Reload Page',
  23. 'app.loadingPlaceholder': 'Loading...',
  24. 'app.sighout':'Sign out',
  25. 'apply':'apply',
  26. 'and':'and',
  27. 'none':'none',
  28. 'all':'all',
  29. 'minimum':'minimum',
  30. 'from':'From',
  31. 'to':'To',
  32. 'ok':'OK',
  33. 'as':'as',
  34. 'any': 'Any',
  35. 'more':'more',
  36. 'yes':'Yes',
  37. 'no':'No',
  38. 'common.learnMore':'Learn more',
  39. 'common.back':'Back',
  40. 'common.prev':'Prev',
  41. 'common.next':'Next',
  42. 'common.host':'Host',
  43. 'common.group':'Group',
  44. 'common.progress':'Progress',
  45. 'common.status':'Status',
  46. 'common.action':'Action',
  47. 'common.remove':'Remove',
  48. 'common.retry':'Retry',
  49. 'common.show':'Show',
  50. 'common.hide':'Hide',
  51. 'common.cancel':'Cancel',
  52. 'common.apply':'Apply',
  53. 'common.service': 'Service',
  54. 'common.version':'Version',
  55. 'common.description':'Description',
  56. 'common.client':'Client',
  57. 'common.regionServer':'RegionServer',
  58. 'common.taskTracker':'TaskTracker',
  59. 'common.dataNode':'DataNode',
  60. 'common.print':'Print',
  61. 'common.deploy':'Deploy',
  62. 'common.message':'Message',
  63. 'common.tasks':'Tasks',
  64. 'common.open':'Open',
  65. 'common.copy':'Copy',
  66. 'common.complete':'Complete',
  67. 'common.metrics':'Metrics',
  68. 'common.timeRange':'Time Range',
  69. 'common.name':'Name',
  70. 'common.ipAddress':'IP Address',
  71. 'common.cpu':'CPU',
  72. 'common.ram':'RAM',
  73. 'common.disk':'Disk',
  74. 'common.diskUsage':'Disk Usage',
  75. 'common.loadAvg':'Load Avg',
  76. 'common.components':'Components',
  77. 'common.quickLinks':'Quick Links',
  78. 'common.save':'Save',
  79. 'common.servers':'Servers',
  80. 'common.clients':'Clients',
  81. 'common.user': 'User',
  82. 'common.os':'OS',
  83. 'common.memory':'Memory',
  84. 'common.maximum':'Maximum',
  85. 'common.start':'Start',
  86. 'common.stop':'Stop',
  87. 'common.decommission':'Decommission',
  88. 'common.recommission':'Recommission',
  89. 'common.failure': 'Failure',
  90. 'common.type': 'Type',
  91. 'common.close': 'Close',
  92. 'common.warning': 'Warning',
  93. 'common.information': 'Information',
  94. 'common.all':'All',
  95. 'common.success': 'Success',
  96. 'common.fail':'Fail',
  97. 'common.error': 'Error',
  98. 'common.loading': 'Loading',
  99. 'common.search': 'Search',
  100. 'question.sure':'Are you sure {0}?',
  101. 'popup.highlight':'click to highlight',
  102. 'popup.confirmation.commonHeader':'Confirmation',
  103. 'router.hadoopClusterNotSetUp':'Your administrator has not set up a Hadoop cluster yet.',
  104. 'login.header':'Sign in',
  105. 'login.username':'Username',
  106. 'login.password':'Password',
  107. 'login.loginButton':'Sign in',
  108. 'login.error':'Invalid username/password combination.',
  109. 'graphs.noData.title': 'No Data',
  110. 'graphs.noData.message': 'There was no data available. Possible reasons include inaccessible Ganglia service.',
  111. 'graphs.noDataAtTime.message': 'No available data for the time period.',
  112. 'graphs.error.title': 'Error',
  113. 'graphs.error.message': 'There was a problem getting data for the chart ({0}: {1})',
  114. 'graphs.timeRange.hour': 'Last 1 hour',
  115. 'graphs.timeRange.twoHours': 'Last 2 hours',
  116. 'graphs.timeRange.fourHours': 'Last 4 hours',
  117. 'graphs.timeRange.twelveHours': 'Last 12 hours',
  118. 'graphs.timeRange.day': 'Last 24 hours',
  119. 'graphs.timeRange.week': 'Last 1 week',
  120. 'graphs.timeRange.month': 'Last 1 month',
  121. 'graphs.timeRange.year': 'Last 1 year',
  122. 'users.userName.validationFail': 'Value should contains only letters and digits and start with letter',
  123. 'services.nagios.description':'Nagios Monitoring and Alerting system',
  124. 'services.ganglia.description':'Ganglia Metrics Collection system',
  125. 'services.hdfs.description':'Apache Hadoop Distributed File System',
  126. 'services.mapreduce.description':'Apache Hadoop Distributed Processing Framework',
  127. 'services.sqoop.description':'Tool for transferring bulk data between Apache Hadoop and structured data stores such as relational databases',
  128. 'services.pig.description':'Scripting platform for analyzing large datasets',
  129. 'services.hive.description':'Data warehouse system for ad-hoc queries & analysis of large datasets and table & storage management service',
  130. 'services.oozie.description':'System for workflow coordination and execution of Apache Hadoop jobs',
  131. 'services.zookeeper.description':'ZooKeeper desc',
  132. 'services.hbase.description':'Non-relational distributed database and centralized service for configuration management & synchronization',
  133. 'services.hive.databaseComponent':'Database Server',
  134. 'services.alerts.head':'You have {0} critical alert notification(s).',
  135. 'services.alerts.OK.timePrefix': 'OK for ',
  136. 'services.alerts.WARN.timePrefix': 'WARN for ',
  137. 'services.alerts.CRIT.timePrefix': 'CRIT for ',
  138. 'services.alerts.headingOfList': 'Alerts and Health Checks',
  139. 'services.alerts.goToService': 'Go to Service',
  140. 'services.alerts.goToNagios': 'Go to Nagios Web UI',
  141. 'topnav.logo.href':'http://incubator.apache.org/ambari/',
  142. 'topnav.help.href':'https://cwiki.apache.org/confluence/display/AMBARI/Ambari',
  143. 'installer.header':'Cluster Install Wizard',
  144. 'installer.navigation.warning.header':'Navigation Warning',
  145. 'installer.mockData':'mockData',
  146. 'installer.pollData':'pollData',
  147. 'installer.noHostsAssigned':'No host assigned',
  148. 'installer.slaveComponentHosts.selectHosts':'select hosts for this group',
  149. 'installer.slaveComponentHostsPopup.header':'Select which hosts should belong to which {0} group',
  150. 'installer.controls.slaveComponentGroups':' Groups',
  151. 'installer.controls.serviceConfigPopover.title':'{0}<br><small>{1}</small>',
  152. 'installer.controls.serviceConfigMultipleHosts.other':'1 other',
  153. 'installer.controls.serviceConfigMultipleHosts.others':'{0} others',
  154. 'installer.controls.serviceConfigMasterHosts.header':'{0} Hosts',
  155. 'installer.controls.addSlaveComponentGroupButton.title':'Add a {0} Group',
  156. 'installer.controls.addSlaveComponentGroupButton.content':'If you need different settings on certain {0}s, you can add a {1} group.<br>All {2}s within the same group will have the same set of settings. You can create multiple groups.',
  157. 'installer.controls.slaveComponentChangeGroupName.error':'group with this name already exist',
  158. 'installer.step1.header':'Welcome',
  159. 'installer.step1.body.header':'Welcome to Apache Ambari!',
  160. 'installer.step1.body':'Ambari makes it easy to install, manage, and monitor Hadoop clusters.<br>' +
  161. 'We will walk you through the cluster installation process with this step-by-step wizard.',
  162. 'installer.step1.clusterName':'Name your cluster',
  163. 'installer.step1.clusterName.tooltip.title':'Cluster Name',
  164. 'installer.step1.clusterName.tooltip.content':'Enter a unique cluster name. Cluster name cannot be changed later.',
  165. 'installer.step1.clusterName.error.required':'Cluster Name is required',
  166. 'installer.step1.clusterName.error.whitespaces':'Cluster Name cannot contain white spaces',
  167. 'installer.step1.clusterName.error.specialChar':'Cluster Name cannot contain special characters',
  168. 'installer.step2.header':'Install Options',
  169. 'installer.step2.body':'Enter the list of hosts to be included in the cluster and provide your SSH key.',
  170. 'installer.step2.targetHosts':'Target Hosts',
  171. 'installer.step2.targetHosts.info':'Enter a list of host names, one per line',
  172. 'installer.step2.hostPattern.tooltip.title':'Pattern Expressions',
  173. 'installer.step2.hostPattern.tooltip.content':'You can use pattern expressions to specify a number of target hosts. For example, to specify host01.domain thru host10.domain, enter host[01-10].domain in the target hosts textarea.',
  174. 'installer.step2.hostName.error.required':'You must specify at least one host name',
  175. 'installer.step2.hostName.error.already_installed':'All these hosts are already part of the cluster',
  176. 'installer.step2.hostName.error.notRequired':'Host Names will be ignored if not using SSH to automatically configure hosts',
  177. 'installer.step2.hostName.error.invalid':'Invalid Host Name(s)',
  178. 'installer.step2.hostName.pattern.header':'Host name pattern expressions',
  179. 'installer.step2.sshKey':'Host Registration Information',
  180. 'installer.step2.sshKey.error.required':'SSH Private Key is required',
  181. 'installer.step2.passphrase.error.match':'Passphrases do not match',
  182. 'installer.step2.manualInstall.label':'Do not use SSH to automatically configure hosts ',
  183. 'installer.step2.manualInstall.info':'By not using SSH to connect to the target hosts, you must manually install the ' +
  184. 'Ambari Agent on each host in order for the wizard to perform the necessary configurations and software installs.',
  185. 'installer.step2.advancedOption':'Advanced Options',
  186. 'installer.step2.repoConf':'Software Repository Configuration File Path',
  187. 'installer.step2.advancedOptions.header':'Advanced Options',
  188. 'installer.step2.localRepo.label_use':'Use a',
  189. 'installer.step2.localRepo.label_instead':'instead of downloading software packages from the Internet',
  190. 'installer.step2.localRepo.error.required':'Local repository file path is required',
  191. 'installer.step2.localRepo.tooltip.title':'Local Software Repository',
  192. 'installer.step2.localRepo.tooltip.content': 'The cluster install requires access to the Internet to fetch software ' +
  193. 'from a remote repository. In some cases, adequate bandwidth is not available and you want to prevent downloading ' +
  194. 'packages from the remote repository over and over again. Other times, Internet access is not available from the ' +
  195. 'hosts in your cluster. In these situations, you must set up a version of the repository that your machines can ' +
  196. 'access locally and this is called a <b>Local Software Repository</b>',
  197. 'installer.step2.javaHome.label' : 'Path to 64-bit JDK',
  198. 'installer.step2.javaHome.tooltip.title' : 'JAVA_HOME',
  199. 'installer.step2.javaHome.tooltip.content' : 'Path to 64-bit JAVA_HOME. /usr/jdk/jdk1.6.0_31 is the default used by Ambari. You can override this to a specific path that contains the JDK. <br/> Note: the path must be valid on <b>ALL</b> hosts in your cluster.',
  200. 'installer.step2.useSsh.provide' : 'Provide your',
  201. 'installer.step2.useSsh.provide_id_rsa' : '(id_rsa for root) and use SSH to automatically register hosts',
  202. 'installer.step2.useSsh.tooltip.title':'SSH Private Key',
  203. 'installer.step2.useSsh.tooltip.content':'The <b>SSH Private Key File</b> is used for the root access to the target hosts in your cluster.',
  204. 'installer.step2.manualInstall.perform':'Perform',
  205. 'installer.step2.manualInstall.perform_on_hosts':'on hosts and do not use SSH',
  206. 'installer.step2.manualInstall.tooltip.title':'manual registration',
  207. 'installer.step2.manualInstall.tooltip.content':'Manually registering the Ambari Agent on each host eliminates the need for SSH and should be performed prior to continuing cluster installation.',
  208. 'installer.step2.manualInstall.popup.header':'Before You Proceed',
  209. 'installer.step2.manualInstall.popup.body':'You must install Ambari Agents on each host you want to manage before you proceed.',
  210. 'installer.step2.orUse':'Or use',
  211. 'installer.step2.registerAndConfirm':'Register and Confirm',
  212. 'installer.step2.evaluateStep.installedHosts':'These hosts are already installed on the cluster and will be ignored:',
  213. 'installer.step2.evaluateStep.continueConfirm':'Do you want to continue?',
  214. 'installer.step2.evaluateStep.hostRegInProgress':'Host Registration is currently in progress. Please try again later.',
  215. 'installer.step3.header':'Confirm Hosts',
  216. 'installer.step3.body':'Registering your hosts.<br>' +
  217. 'Please confirm the host list and remove any hosts that you do not want to include in the cluster.',
  218. 'installer.step3.hostLog.popup.header':'Registration log for {0}',
  219. 'installer.step3.hosts.remove.popup.header':'Remove Hosts',
  220. 'installer.step3.hosts.remove.popup.body':' you want to remove the selected host(s)',
  221. 'installer.step3.hostInformation.popup.header':'Error in retrieving host Information',
  222. 'installer.step3.hostInformation.popup.body' : 'All bootstrapped hosts registered but unable to retrieve cpu and memory related information',
  223. 'installer.step3.hostWarningsPopup.details':'Show Details',
  224. 'installer.step3.hostWarningsPopup.directoriesAndFiles':'DIRECTORIES & FILES',
  225. 'installer.step3.hostWarningsPopup.packages':'PACKAGES',
  226. 'installer.step3.hostWarningsPopup.processes':'PROCESSES',
  227. 'installer.step3.hostWarningsPopup.noProcesses':'No processes to display',
  228. 'installer.step3.hostWarningsPopup.existOnHost':'WARN: already exists on host',
  229. 'installer.step3.hostWarningsPopup.existOnOneHost':'WARN: already exists on 1 host',
  230. 'installer.step3.hostWarningsPopup.existOnManyHost':'WARN: already exists on {0} hosts',
  231. 'installer.step3.hostWarningsPopup.installedOnHost':'WARN: already installed on host',
  232. 'installer.step3.hostWarningsPopup.installedOnOneHost':'WARN: already installed on 1 host',
  233. 'installer.step3.hostWarningsPopup.installedOnManyHost':'WARN: already installed on {0} hosts',
  234. 'installer.step3.hostWarningsPopup.runningOnHost':'WARN: running on host',
  235. 'installer.step3.hostWarningsPopup.runningOnOneHost':'WARN: running on 1 host',
  236. 'installer.step3.hostWarningsPopup.runningOnManyHost':'WARN: running on {0} hosts',
  237. 'installer.step3.hostWarningsPopup.rerunChecks':'Rerun Checks',
  238. 'installer.step3.warningsWindow.allHosts':'Warnings across all hosts',
  239. 'installer.step3.warningsWindow.warningsOn':'Warnings on ',
  240. 'installer.step3.warningsWindow.directoriesAndFiles':'DIRECTORIES AND FILES',
  241. 'installer.step3.warningsWindow.noWarnings':'No warnings',
  242. 'installer.step3.hosts.noHosts':'No hosts to display',
  243. 'installer.step3.warnings.popup.header':'Host Checks',
  244. 'installer.step3.warnings.description':'Some warnings were encountered while performing checks against the above hosts.',
  245. 'installer.step3.warnings.linkText':'Click here to see the warnings.',
  246. 'installer.step3.noWarnings.linkText':'Click here to see the check results.',
  247. 'installer.step3.warnings.noWarnings':'All host checks were successful.',
  248. 'installer.step3.warnings.updateChecks.success':'Host Checks successfully updated',
  249. 'installer.step3.warnings.updateChecks.failed':'Host Checks update failed',
  250. 'installer.step3.removeSelected':'Remove Selected',
  251. 'installer.step3.retryFailed':'Retry Failed',
  252. 'installer.step3.hosts.status.registering':'Registering',
  253. 'installer.step3.hosts.status.installing':'Installing',
  254. 'installer.step3.hosts.bootLog.failed':'\nRegistration with the server failed.',
  255. 'installer.step3.hosts.bootLog.registering':'\nRegistering with the server...',
  256. 'installer.step3.hostLogPopup.highlight':'click to highlight',
  257. 'installer.step3.hostLogPopup.copy':'press CTRL+C',
  258. 'installer.step4.header':'Choose Services',
  259. 'installer.step4.body':'Choose which services you want to install on your cluster.',
  260. 'installer.step4.mapreduceCheck.popup.header':'MapReduce Needed',
  261. 'installer.step4.mapreduceCheck.popup.body':'You did not select MapReduce, but it is needed by other services you selected. We will automatically add MapReduce. Is this OK?',
  262. 'installer.step4.monitoringCheck.popup.header':'Limited Functionality Warning',
  263. 'installer.step4.monitoringCheck.popup.body':'You did not select Nagios and/or Ganglia. If both are not selected, monitoring and alerts will not function properly. Is this OK?',
  264. 'installer.step5.header':'Assign Masters',
  265. 'installer.step5.attention':' hosts not running master services',
  266. 'installer.step5.body':'Assign master components to hosts you want to run them on.',
  267. 'installer.step5.body.hive':'<i class="icon-asterisks">&#10037</i> HiveServer2, Hive Metastore, and WebHCat Server will be co-hosted on the same server.',
  268. 'installer.step5.hostInfo':'%@ (%@, %@ cores)',
  269. 'installer.step6.header':'Assign Slaves and Clients',
  270. 'installer.step6.body':'Assign slave and client components to hosts you want to run them on.<br/>Hosts that are assigned master components are shown with <i class=icon-asterisks>&#10037</i>. <br/>&quot;Client&quot; will install ',
  271. 'installer.step6.error.mustSelectOne':'You must assign at least one host to each.',
  272. 'installer.step6.error.mustSelectOneForHost':'You must assign at least one slave/client component to each.',
  273. 'installer.step6.wizardStep6Host.title':'master components hosted on {0}',
  274. 'installer.step7.header':'Customize Services',
  275. 'installer.step7.body':'We have come up with recommended configurations for the services you selected. Customize them as you see fit.',
  276. 'installer.step7.attentionNeeded':'<b>Attention:</b> Some configurations need your attention before you can proceed.',
  277. 'installer.step7.ConfigErrMsg.header':'Custom configuration error: ',
  278. 'installer.step7.ConfigErrMsg.message':'Error in custom configuration. Some properties entered in the box are already exposed on this page',
  279. 'installer.step8.header':'Review',
  280. 'installer.step8.body':'Please review the configuration before installation',
  281. 'installer.step8.deployPopup.message':'Preparing to Deploy: {0} of {1} tasks completed.',
  282. 'installer.step8.hosts':' hosts',
  283. 'installer.step8.host':' host',
  284. 'installer.step9.header':'Install, Start and Test',
  285. 'installer.step9.body':'Please wait while the selected services are installed and started.',
  286. 'installer.step9.status.success':'Successfully installed and started the services.',
  287. 'installer.step9.status.warning':'Installed and started the services with some warnings.',
  288. 'installer.step9.status.failed':'Failed to install/start the services.',
  289. 'installer.step9.host.status.success':'Success',
  290. 'installer.step9.host.status.warning':'Warnings encountered',
  291. 'installer.step9.host.status.failed':'Failures encountered',
  292. 'installer.step9.host.status.nothingToInstall':'Waiting (Nothing to install)',
  293. 'installer.step9.hostLog.popup.header':'Tasks. executed on ',
  294. 'installer.step9.hostLog.popup.categories.all':'All',
  295. 'installer.step9.hostLog.popup.categories.pending':'Queued / Pending',
  296. 'installer.step9.hostLog.popup.categories.in_progress':'In Progress',
  297. 'installer.step9.hostLog.popup.categories.failed':'Failed',
  298. 'installer.step9.hostLog.popup.categories.completed':'Success',
  299. 'installer.step9.hostLog.popup.categories.aborted':'Cancelled',
  300. 'installer.step9.hostLog.popup.categories.timedout':'Timed Out',
  301. 'installer.step9.hostLog.popup.noTasksToShow':'No tasks to show',
  302. 'installer.step9.overallProgress':'{0} % overall',
  303. 'installer.step9.serviceStatus.install.pending':'Preparing to install',
  304. 'installer.step9.serviceStatus.install.queued':'Waiting to install ',
  305. 'installer.step9.serviceStatus.install.inProgress':'Installing ',
  306. 'installer.step9.serviceStatus.install.completed':'Successfully installed ',
  307. 'installer.step9.serviceStatus.install.failed':'Failed to install ',
  308. 'installer.step9.serviceStatus.uninstall.pending':'Preparing to uninstall',
  309. 'installer.step9.serviceStatus.uninstall.queued':'Waiting to uninstall ',
  310. 'installer.step9.serviceStatus.uninstall.inProgress':'Uninstalling ',
  311. 'installer.step9.serviceStatus.uninstall.completed':'Successfully uninstalled ',
  312. 'installer.step9.serviceStatus.uninstall.failed':'Failed to uninstall ',
  313. 'installer.step9.serviceStatus.start.pending':'Preparing to start ',
  314. 'installer.step9.serviceStatus.start.queued':'Waiting to start ',
  315. 'installer.step9.serviceStatus.start.inProgress':'Starting ',
  316. 'installer.step9.serviceStatus.start.completed':' started successfully',
  317. 'installer.step9.serviceStatus.start.failed':' failed to start',
  318. 'installer.step9.serviceStatus.stop.pending':'Preparing to stop ',
  319. 'installer.step9.serviceStatus.stop.queued':'Waiting to stop ',
  320. 'installer.step9.serviceStatus.stop.inProgress':'Stopping ',
  321. 'installer.step9.serviceStatus.stop.completed':' stopped successfully',
  322. 'installer.step9.serviceStatus.stop.failed':' failed to stop',
  323. 'installer.step9.serviceStatus.execute.pending':'Preparing to execute ',
  324. 'installer.step9.serviceStatus.execute.queued':'Waiting to execute ',
  325. 'installer.step9.serviceStatus.execute.inProgress':'Executing ',
  326. 'installer.step9.serviceStatus.execute.completed':' executed successfully',
  327. 'installer.step9.serviceStatus.execute.failed':' failed to execute',
  328. 'installer.step9.serviceStatus.abort.pending':'Preparing to abort ',
  329. 'installer.step9.serviceStatus.abort.queued':'Waiting to abort ',
  330. 'installer.step9.serviceStatus.abort.inProgress':'Aborting ',
  331. 'installer.step9.serviceStatus.abort.completed':' aborted successfully',
  332. 'installer.step9.serviceStatus.abort.failed':' failed to abort',
  333. 'installer.step10.header':'Summary',
  334. 'installer.step10.body':'Here is the summary of the install process.',
  335. 'installer.step10.nagiosRestartRequired':'<b>Important!</b> Restarting Nagios service is required for the alerts and notifications to work properly. After clicking on the Complete button to dismiss this wizard, go to Services -> Nagios to restart the Nagios service.',
  336. 'installer.step10.hostsSummary':'The cluster consists of {0} hosts',
  337. 'installer.step10.servicesSummary':'Installed and started services successfully on {0} new ',
  338. 'installer.step10.warnings':' warnings',
  339. 'installer.step10.clusterState.installing':'Installing ',
  340. 'installer.step10.clusterState.starting':'Starting ',
  341. 'installer.step10.taskStatus.failed':' failed on ',
  342. 'installer.step10.taskStatus.aborted':' aborted on ',
  343. 'installer.step10.taskStatus.timedOut':' timed out on ',
  344. 'installer.step10.installStatus.failed':'Installing master services failed',
  345. 'installer.step10.installStatus.installed':'Master services installed',
  346. 'installer.step10.master.nameNode':'NameNode installed on ',
  347. 'installer.step10.master.secondaryNameNode':'SecondaryNameNode installed on ',
  348. 'installer.step10.master.jobTracker':'JobTracker installed on ',
  349. 'installer.step10.master.zooKeeper':'ZooKeeper installed on ',
  350. 'installer.step10.master.hbase':'HBase Master installed on ',
  351. 'installer.step10.master.hiveMetastore':'Hive Metastore installed on ',
  352. 'installer.step10.master.oozie':'Oozie Server installed on ',
  353. 'installer.step10.master.ganglia':'Ganglia Server installed on ',
  354. 'installer.step10.master.nagios':'Nagios Server installed on ',
  355. 'installer.step10.startStatus.failed':'Starting services failed',
  356. 'installer.step10.startStatus.passed':'All tests passed',
  357. 'installer.step10.startStatus.started':'All services started',
  358. 'installer.step10.installTime.seconds':'Install and start completed in {0} seconds',
  359. 'installer.step10.installTime.minutes':'Install and start completed in {0} minutes and {1} seconds',
  360. 'form.create':'Create',
  361. 'form.save':'Save',
  362. 'form.cancel':'Cancel',
  363. 'form.password':'Password',
  364. 'form.passwordRetype':'Retype Password',
  365. 'form.saveSuccess':'Successfully saved.',
  366. 'form.saveError':'Sorry, errors occurred.',
  367. 'form.item.placeholders.typePassword':'Type password',
  368. 'form.validator.invalidIp':'Please enter valid ip address',
  369. 'admin.advanced.title':'Advanced',
  370. 'admin.advanced.caution':'This section is for advanced user only.<br/>Proceed with caution.',
  371. 'admin.advanced.button.uninstallIncludingData':'Uninstall cluster including all data.',
  372. 'admin.advanced.button.uninstallKeepData':'Uninstall cluster but keep data.',
  373. 'admin.advanced.popup.header':'Uninstall Cluster',
  374. /*'admin.advanced.popup.text':'Uninstall Cluster',*/
  375. 'admin.audit.grid.date':"Date/Time",
  376. 'admin.audit.grid.category':"Category",
  377. 'admin.audit.grid.operationName':"Operation",
  378. 'admin.audit.grid.performedBy':"Performed By",
  379. 'admin.audit.grid.service':"Category",
  380. 'admin.authentication.form.method.database':'Use Ambari Database to authenticate users',
  381. 'admin.authentication.form.method.ldap':'Use LDAP/Active Directory to authenticate',
  382. 'admin.authentication.form.primaryServer':'Primary Server',
  383. 'admin.authentication.form.secondaryServer':'Secondary Server',
  384. 'admin.authentication.form.useSsl':'Use SSL',
  385. 'admin.authentication.form.bind.anonymously':"Bind Anonymously",
  386. 'admin.authentication.form.bind.useCrenedtials':"Use Credentials To Bind",
  387. 'admin.authentication.form.bindUserDN':'Bind User DN',
  388. 'admin.authentication.form.searchBaseDN':'Search Base DN',
  389. 'admin.authentication.form.usernameAttribute':'Username Attribute',
  390. 'admin.authentication.form.userDN':'User DN',
  391. 'admin.authentication.form.password':'Password',
  392. 'admin.authentication.form.configurationTest':'Configuration Test',
  393. 'admin.authentication.form.testConfiguration':'Test Configuration',
  394. 'admin.authentication.form.test.success':'The configuration passes the test',
  395. 'admin.authentication.form.test.fail':'The configuration fails the test',
  396. 'admin.security.title':'Kerberos Security has not been enabled on this cluster.',
  397. 'admin.security.button.enable':'Enable Kerberos Security on this cluster',
  398. 'admin.users.ldapAuthentionUsed':'LDAP Authentication is being used to authenticate users',
  399. 'admin.users.delete.yourself.message':'You can\'t delete yourself',
  400. 'admin.users.delete.yourself.header':'Deleting warning',
  401. 'admin.users.delete.header':'Delete {0}',
  402. 'admin.users.addButton':'Add Local User',
  403. 'admin.users.editButton': 'Edit Local User',
  404. 'admin.users.delete':'delete',
  405. 'admin.users.edit':'edit',
  406. 'admin.users.privileges':'Admin',
  407. 'admin.users.type':'Type',
  408. 'admin.users.action':'Action',
  409. 'admin.users.password':'Password',
  410. 'admin.users.passwordRetype':'Retype Password',
  411. 'admin.users.username':'Username',
  412. 'admin.users.createSuccess': 'User successfully created.',
  413. 'admin.users.createError': 'Error occurred while user creating.',
  414. 'admin.users.createError.passwordValidation': 'Passwords are different',
  415. 'admin.users.createError.userNameExists': 'User with the same name is already exists',
  416. 'admin.users.editError.requiredField': 'This is required',
  417. 'admin.confirmUninstall':'Confirm Uninstall',
  418. 'admin.cluster.stackVersion':'Cluster Stack Version',
  419. 'admin.cluster.upgradeAvailable':'Upgrade available',
  420. 'admin.cluster.upgradeUnavailable':'Upgrade unavailable',
  421. 'services.service.start':'Start',
  422. 'services.service.stop':'Stop',
  423. 'services.service.summary.version':'Version',
  424. 'services.service.summary.nameNode':'NameNode Web UI',
  425. 'services.service.summary.nameNodeUptime':'NameNode Uptime',
  426. 'services.service.summary.nameNodeHeap':'NameNode Heap',
  427. 'services.service.summary.pendingUpgradeStatus':'Upgrade Status',
  428. 'services.service.summary.pendingUpgradeStatus.pending':'Pending upgrade',
  429. 'services.service.summary.pendingUpgradeStatus.notPending':'No pending upgrade',
  430. 'services.service.summary.safeModeStatus':'Safe Mode Status',
  431. 'services.service.summary.safeModeStatus.inSafeMode':'In safe mode',
  432. 'services.service.summary.safeModeStatus.notInSafeMode':'Not in safe mode',
  433. 'services.service.summary.dataNodes':'DataNodes',
  434. 'services.service.summary.diskCapacity':'HDFS Disk Capacity',
  435. 'services.service.summary.blocksTotal':'Blocks (total)',
  436. 'services.service.summary.blockErrors':'Block Errors',
  437. 'services.service.summary.totalFiles':'Total Files + Dirs',
  438. 'services.service.summary.jobTracker':'JobTracker',
  439. 'services.service.summary.jobTrackerWebUI':'JobTracker Web UI',
  440. 'services.service.summary.jobTrackerUptime':'JobTracker Uptime',
  441. 'services.service.summary.trackersLiveTotal':'Trackers',
  442. 'services.service.summary.trackersBlacklistGraylist':'Trackers',
  443. 'services.service.summary.jobTrackerHeap':'JobTracker Heap',
  444. 'services.service.summary.totalSlotsCapacity':'Total Slots Capacity',
  445. 'services.service.summary.totalJobs':'Total Jobs',
  446. 'services.service.summary.currentSlotUtiliMaps':'Map Slots',
  447. 'services.service.summary.currentSlotUtiliReduces':'Reduce Slots',
  448. 'services.service.summary.tasksMaps':'Tasks: Maps',
  449. 'services.service.summary.tasksReduces':'Tasks: Reduces',
  450. 'services.service.summary.hbaseMaster':'HBase Master Web UI',
  451. 'services.service.summary.regionServerCount':'Region Server Count',
  452. 'services.service.summary.regionInTransition':'Region In Transition',
  453. 'services.service.summary.masterStarted':'Master Started',
  454. 'services.service.summary.masterActivated':'Master Activated',
  455. 'services.service.summary.averageLoad':'Average Load',
  456. 'services.service.summary.masterHeap':'Master Heap',
  457. 'services.service.summary.moreStats':'more stats here',
  458. 'services.service.summary.clientCount': '{0} Client Hosts',
  459. 'services.service.actions.run.rebalancer':'Run Rebalancer',
  460. 'services.service.actions.run.compaction':'Run Compaction',
  461. 'services.service.actions.run.smoke':'Run Smoke Test',
  462. 'services.service.actions.reassign.master':'Reassign {0}',
  463. 'services.service.actions.maintenance':'Maintenance',
  464. 'services.service.summary.unknown':'unknown',
  465. 'services.service.summary.notRunning':'Not Running',
  466. 'services.service.summary.notAvailable':'n/a',
  467. 'services.service.info.metrics.hbase.clusterRequests':'Cluster Requests',
  468. 'services.service.info.metrics.hbase.clusterRequests.displayNames.requestCount':'Request Count',
  469. 'services.service.info.metrics.hbase.hlogSplitSize':'HLog Split Size',
  470. 'services.service.info.metrics.hbase.hlogSplitSize.displayNames.splitSize':'Split Size',
  471. 'services.service.info.metrics.hbase.hlogSplitTime':'HLog Split Time',
  472. 'services.service.info.metrics.hbase.hlogSplitTime.displayNames.splitTime':'Split Time',
  473. 'services.service.info.metrics.hbase.regionServerQueueSize':'RegionServer Queue Size',
  474. 'services.service.info.metrics.hbase.regionServerQueueSize.displayNames.compactionQueueSize':'Compaction Queue Size',
  475. 'services.service.info.metrics.hbase.regionServerQueueSize.displayNames.flushQueueSize':'Flush Queue Size',
  476. 'services.service.info.metrics.hbase.regionServerRegions':'RegionServer Regions',
  477. 'services.service.info.metrics.hbase.regionServerRegions.displayNames.regions':'Regions',
  478. 'services.service.info.metrics.hbase.regionServerRequests':'Cumulative Requests',
  479. 'services.service.info.metrics.hbase.regionServerRequests.displayNames.writeRequests':'Write Requests',
  480. 'services.service.info.metrics.hbase.regionServerRequests.displayNames.readRequests':'Read Requests',
  481. 'services.service.info.metrics.hdfs.blockStatus':'Block Status',
  482. 'services.service.info.metrics.hdfs.blockStatus.displayNames.pendingReplicationBlocks':'Pending Replication Blocks',
  483. 'services.service.info.metrics.hdfs.blockStatus.displayNames.underReplicatedBlocks':'Under Replicated Blocks',
  484. 'services.service.info.metrics.hdfs.fileOperations':'File Operations',
  485. 'services.service.info.metrics.hdfs.fileOperations.displayNames.fileInformationOperations':'File Information Operations',
  486. 'services.service.info.metrics.hdfs.fileOperations.displayNames.deleteFileOperations':'Delete File Operations',
  487. 'services.service.info.metrics.hdfs.fileOperations.displayNames.createFileOperations':'Create File Operations',
  488. 'services.service.info.metrics.hdfs.gc':'Garbage Collection',
  489. 'services.service.info.metrics.hdfs.gc.displayNames.gcTimeMillis':'Time',
  490. 'services.service.info.metrics.hdfs.io':'HDFS I/O',
  491. 'services.service.info.metrics.hdfs.io.displayNames.bytesWritten':'Bytes Written',
  492. 'services.service.info.metrics.hdfs.io.displayNames.bytesRead':'Bytes Read',
  493. 'services.service.info.metrics.hdfs.jvmHeap':'JVM Memory Status',
  494. 'services.service.info.metrics.hdfs.jvmHeap.displayNames.memHeapCommittedM':'Heap Memory Committed',
  495. 'services.service.info.metrics.hdfs.jvmHeap.displayNames.memNonHeapUsedM':'Non Heap Memory Used',
  496. 'services.service.info.metrics.hdfs.jvmHeap.displayNames.memHeapUsedM':'Heap Memory Used',
  497. 'services.service.info.metrics.hdfs.jvmHeap.displayNames.memNonHeapCommittedM':'Non Heap Memory Committed',
  498. 'services.service.info.metrics.hdfs.jvmThreads':'JVM Thread Status',
  499. 'services.service.info.metrics.hdfs.jvmThreads.displayNames.threadsBlocked':'Threads Blocked',
  500. 'services.service.info.metrics.hdfs.jvmThreads.displayNames.threadsWaiting':'Threads Waiting',
  501. 'services.service.info.metrics.hdfs.jvmThreads.displayNames.threadsTimedWaiting':'Threads Timed Waiting',
  502. 'services.service.info.metrics.hdfs.jvmThreads.displayNames.threadsRunnable':'Threads Runnable',
  503. 'services.service.info.metrics.hdfs.rpc':'RPC',
  504. 'services.service.info.metrics.hdfs.rpc.displayNames.rpcQueueTimeAvgTime':'Queue Average Wait Time',
  505. 'services.service.info.metrics.hdfs.spaceUtilization':'Total Space Utilization',
  506. 'services.service.info.metrics.hdfs.spaceUtilization.displayNames.capacityRemainingGB':'Capacity Remaining',
  507. 'services.service.info.metrics.hdfs.spaceUtilization.displayNames.capacityUsedGB':'Capacity Used',
  508. 'services.service.info.metrics.hdfs.spaceUtilization.displayNames.capacityTotalGB':'Capacity Total',
  509. 'services.service.info.metrics.mapreduce.gc':'Garbage Collection',
  510. 'services.service.info.metrics.mapreduce.gc.displayNames.gcTimeMillis':'Time',
  511. 'services.service.info.metrics.mapreduce.jobsStatus':'Jobs Status',
  512. 'services.service.info.metrics.mapreduce.jobsStatus.displayNames.jobsRunning':'Running',
  513. 'services.service.info.metrics.mapreduce.jobsStatus.displayNames.jobsFailed':'Failed',
  514. 'services.service.info.metrics.mapreduce.jobsStatus.displayNames.jobsCompleted':'Succeeded',
  515. 'services.service.info.metrics.mapreduce.jobsStatus.displayNames.jobsPreparing':'Preparing',
  516. 'services.service.info.metrics.mapreduce.jobsStatus.displayNames.jobsSubmitted':'Submitted',
  517. 'services.service.info.metrics.mapreduce.jvmHeap':'JVM Memory Status',
  518. 'services.service.info.metrics.mapreduce.jvmHeap.displayNames.memHeapCommittedM':'Heap Memory Committed',
  519. 'services.service.info.metrics.mapreduce.jvmHeap.displayNames.memNonHeapUsedM':'Non Heap Memory Used',
  520. 'services.service.info.metrics.mapreduce.jvmHeap.displayNames.memHeapUsedM':'Heap Memory Used',
  521. 'services.service.info.metrics.mapreduce.jvmHeap.displayNames.memNonHeapCommittedM':'Non Heap Memory Committed',
  522. 'services.service.info.metrics.mapreduce.jvmThreads':'JVM Thread Status',
  523. 'services.service.info.metrics.mapreduce.jvmThreads.displayNames.threadsBlocked':'Threads Blocked',
  524. 'services.service.info.metrics.mapreduce.jvmThreads.displayNames.threadsWaiting':'Threads Waiting',
  525. 'services.service.info.metrics.mapreduce.jvmThreads.displayNames.threadsTimedWaiting':'Threads Timed Waiting',
  526. 'services.service.info.metrics.mapreduce.jvmThreads.displayNames.threadsRunnable':'Threads Runnable',
  527. 'services.service.info.metrics.mapreduce.mapSlots':'Map Slots Utilization',
  528. 'services.service.info.metrics.mapreduce.mapSlots.displayNames.reservedMapSlots':'Map Slots Reserved',
  529. 'services.service.info.metrics.mapreduce.mapSlots.displayNames.occupiedMapSlots':'Map Slots Occupied',
  530. 'services.service.info.metrics.mapreduce.reduceSlots':'Reduce Slots Utilization',
  531. 'services.service.info.metrics.mapreduce.reduceSlots.displayNames.reservedReduceSlots':'Reduce Slots Reserved',
  532. 'services.service.info.metrics.mapreduce.reduceSlots.displayNames.occupiedReduceSlots':'Reduce Slots Occupied',
  533. 'services.service.info.metrics.mapreduce.rpc':'RPC',
  534. 'services.service.info.metrics.mapreduce.rpc.displayNames.RpcQueueTimeAvgTime':'Queue Average Wait Time',
  535. 'services.service.info.metrics.mapreduce.tasksRunningWaiting':'Tasks (Running/Waiting)',
  536. 'services.service.info.metrics.mapreduce.tasksRunningWaiting.displayNames.runningMaps':'Running Map Tasks',
  537. 'services.service.info.metrics.mapreduce.tasksRunningWaiting.displayNames.runningReduces':'Running Reduce Tasks',
  538. 'services.service.info.metrics.mapreduce.tasksRunningWaiting.displayNames.waitingMaps':'Waiting Map Tasks',
  539. 'services.service.info.metrics.mapreduce.tasksRunningWaiting.displayNames.waitingReduces':'Waiting Reduce Tasks',
  540. 'services.service.info.menu.summary':'Summary',
  541. 'services.service.info.menu.configs':'Configs',
  542. 'services.service.info.summary.hostsRunningMonitor':'{0} hosts running monitor',
  543. 'services.service.info.summary.hostRunningMonitor':'1 host running monitor',
  544. 'services.service.info.summary.serversHostCount':'{0} more',
  545. 'services.service.info.summary.nagiosWebUI':'Nagios Web UI',
  546. 'services.service.info.summary.nagios.noAlerts':'No alerts',
  547. 'services.service.info.summary.nagios.alerts':'Nagios service required for viewing alerts',
  548. 'services.service.config.startService':'Start Service',
  549. 'services.service.config.saveConfig':'Service configuration applied successfully',
  550. 'services.service.config.stopService':'Stop Service',
  551. 'services.service.config.msgServiceStop':'Stop the service and wait till it stops completely. Thereafter you can apply configuration changes',
  552. 'services.service.config.msgHDFSMapRServiceStop':'Stop HDFS and MapReduce. Wait till both of them stops completely. Thereafter you can apply configuration changes',
  553. 'services.service.config.failCreateConfig' : 'Failure in creating service configuration',
  554. 'services.service.config.failSaveConfig':'Failure in applying service configuration',
  555. 'services.add.header':'Add Service Wizard',
  556. 'services.service.add':'Add Service',
  557. 'hosts.host.add':'Add New Hosts',
  558. 'hosts.host.back':'Back to Hosts',
  559. 'hosts.table.noHosts':'No hosts to display',
  560. 'hosts.host.metrics.cpu':'CPU Usage',
  561. 'hosts.host.metrics.cpu.displayNames.cpu_wio':'CPU I/O Idle',
  562. 'hosts.host.metrics.cpu.displayNames.cpu_idle':'CPU Idle',
  563. 'hosts.host.metrics.cpu.displayNames.cpu_nice':'CPU Nice',
  564. 'hosts.host.metrics.cpu.displayNames.cpu_aidle':'CPU Boot Idle',
  565. 'hosts.host.metrics.cpu.displayNames.cpu_system':'CPU System',
  566. 'hosts.host.metrics.cpu.displayNames.cpu_user':'CPU User',
  567. 'hosts.host.metrics.disk':'Disk Usage',
  568. 'hosts.host.metrics.disk.displayNames.disk_total':'Total',
  569. 'hosts.host.metrics.disk.displayNames.disk_free':'Available',
  570. 'hosts.host.metrics.load':'Load',
  571. 'hosts.host.metrics.load.displayNames.load_fifteen':'15 Minute Load',
  572. 'hosts.host.metrics.load.displayNames.load_one':'1 Minute Load',
  573. 'hosts.host.metrics.load.displayNames.load_five':'5 Minute Load',
  574. 'hosts.host.metrics.memory':'Memory Usage',
  575. 'hosts.host.metrics.memory.displayNames.mem_shared':'Shared',
  576. 'hosts.host.metrics.memory.displayNames.swap_free':'Swap',
  577. 'hosts.host.metrics.memory.displayNames.mem_buffers':'Buffers',
  578. 'hosts.host.metrics.memory.displayNames.mem_free':'Free',
  579. 'hosts.host.metrics.memory.displayNames.mem_cached':'Cached',
  580. 'hosts.host.metrics.network':'Network Usage',
  581. 'hosts.host.metrics.network.displayNames.pkts_out':'Packets Out',
  582. 'hosts.host.metrics.network.displayNames.bytes_in':'Bytes In',
  583. 'hosts.host.metrics.network.displayNames.bytes_out':'Bytes Out',
  584. 'hosts.host.metrics.network.displayNames.pkts_in':'Packets In',
  585. 'hosts.host.metrics.processes':'Processes',
  586. 'hosts.host.metrics.processes.displayNames.proc_total':'Total Processes',
  587. 'hosts.host.metrics.processes.displayNames.proc_run':'Processes Run',
  588. 'hosts.host.summary.header':'Summary',
  589. 'hosts.host.summary.hostname':'Hostname',
  590. 'hosts.host.summary.agentHeartbeat':'Agent <br/> Heartbeat',
  591. 'hosts.host.summary.hostMetrics':'Host Metrics',
  592. 'hosts.host.details.deleteHost':'Delete Host',
  593. 'host.host.componentFilter.master':'Master Components',
  594. 'host.host.componentFilter.slave':'Slave Components',
  595. 'host.host.componentFilter.client':'Client Components',
  596. 'hosts.host.alert.noAlerts':'No alerts',
  597. 'hosts.host.alert.noAlerts.message':'There are no alerts for this host.',
  598. 'hosts.host.healthStatus.heartBeatNotReceived':'The server has not received a heartbeat from this host for more than 3 minutes.',
  599. 'hosts.host.healthStatus.mastersDown':"The following master components are down:\n",
  600. 'hosts.host.healthStatus.slavesDown':"The following slave components are down:\n",
  601. 'hosts.cant.do.popup.header':'Operation not allowed',
  602. 'hosts.cant.do.popup.masterList.body':'You cannot delete this host because it is hosting following master services: {0}.',
  603. 'hosts.cant.do.popup.workingList.body':'You cannot delete this host because following slave services are not fully stopped or decommissioned: {0}.',
  604. 'hosts.add.header':'Add Host Wizard',
  605. 'hosts.assignRack':'Assign Rack',
  606. 'charts.horizon.chart.showText':'show',
  607. 'charts.horizon.chart.hideText':'hide',
  608. 'charts.horizon.chart.attributes.cpu':'CPU',
  609. 'charts.horizon.chart.attributes.memory':'Memory',
  610. 'charts.horizon.chart.attributes.network':'Network',
  611. 'charts.horizon.chart.attributes.io':'I/O',
  612. 'charts.heatmap.selectMetric':'Select Metric...',
  613. 'charts.heatmap.category.host':'Host',
  614. 'charts.heatmap.item.host.memory':'Memory Used',
  615. 'charts.heatmap.item.host.disk':'Disk Space Used',
  616. 'charts.heatmap.item.host.process':'Total Running Processes',
  617. 'charts.heatmap.category.hdfs':'HDFS',
  618. 'charts.heatmap.category.mapreduce': 'MapReduce',
  619. 'charts.heatmap.unknown': 'Unknown',
  620. 'charts.heatmap.label.notApplicable' :'Not Applicable',
  621. 'charts.heatmap.label.invalidData' :'Invalid data',
  622. 'charts.heatmap.metrics.bytesRead' :'Bytes Read',
  623. 'charts.heatmap.metrics.bytesWritten' :'Bytes Written',
  624. 'charts.heatmap.metrics.DFSGarbageCollection' :'Garbage Collection Time',
  625. 'charts.heatmap.metrics.DFSMemHeapUsed' :'JVM Heap Memory Used',
  626. 'charts.heatmap.metrics.diskSpaceUsed' :'Disk Space Used %',
  627. 'charts.heatmap.metrics.MapReduceGCTime' :'Garbage Collection Time',
  628. 'charts.heatmap.metrics.mapsRunning' :'Maps Running',
  629. 'charts.heatmap.metrics.MRMemHeapUsed' :'JVM Heap Memory Used',
  630. 'charts.heatmap.metrics.reducesRunning' :'Reduces Running',
  631. 'charts.heatmap.metrics.memoryUsed' :'Memory Used %',
  632. 'charts.heatmap.metrics.processRun' :'Total Running Processes',
  633. 'metric.notFound':'no items found',
  634. 'metric.default':'combined',
  635. 'metric.cpu':'cpu',
  636. 'metric.memory':'disk used',
  637. 'metric.network':'network',
  638. 'metric.io':'io',
  639. 'metric.more':'more',
  640. 'metric.more.cpu':'CPU',
  641. 'metric.more.disk':'Disk',
  642. 'metric.more.load':'Load',
  643. 'metric.more.memory':'Memory',
  644. 'metric.more.network':'Network',
  645. 'metric.more.process':'Process',
  646. 'dashboard.clusterMetrics':'Cluster Metrics',
  647. 'dashboard.clusterMetrics.cpu':'CPU Usage',
  648. 'dashboard.clusterMetrics.cpu.displayNames.idle':'Idle',
  649. 'dashboard.clusterMetrics.load':'Cluster Load',
  650. 'dashboard.clusterMetrics.memory':'Memory Usage',
  651. 'dashboard.clusterMetrics.network':'Network Usage',
  652. 'dashboard.services':'Services',
  653. 'dashboard.services.hosts':'Hosts',
  654. 'dashboard.services.uptime':'{0}',
  655. 'dashboard.services.hdfs.summary':'{0} of {1} nodes live, {2}% capacity used',
  656. 'dashboard.services.hdfs.nanmenode':'NameNode',
  657. 'dashboard.services.hdfs.snanmenode':'Secondary NameNode',
  658. 'dashboard.services.hdfs.capacity':'HDFS Disk Capacity',
  659. 'dashboard.services.hdfs.capacityUsed':'{0} / {1} ({2}% used)',
  660. 'dashboard.services.hdfs.totalFilesAndDirs':'Total Files + Directories',
  661. 'dashboard.services.hdfs.datanodes':'DataNodes',
  662. 'dashboard.services.hdfs.datanodecounts':'DataNodes Status',
  663. 'dashboard.services.hdfs.version':'Version',
  664. 'dashboard.services.hdfs.nameNodeWebUI':'NameNode Web UI',
  665. 'dashboard.services.hdfs.nodes.live':'live',
  666. 'dashboard.services.hdfs.nodes.dead':'dead',
  667. 'dashboard.services.hdfs.nodes.decom':'decommissioning',
  668. 'dashboard.services.hdfs.nodes.uptime':'NameNode Uptime',
  669. 'dashboard.services.hdfs.nodes.heap':'NameNode Heap',
  670. 'dashboard.services.hdfs.nodes.heapUsed':'{0} / {1} ({2}% used)',
  671. 'dashboard.services.hdfs.chart.label':'Capacity (Used/Total)',
  672. 'dashboard.services.hdfs.blockErrors':'{0} corrupt / {1} missing / {2} under replicated',
  673. 'dashboard.services.mapreduce.summary':'{0} of {1} trackers live, {2} jobs running, {3} jobs waiting',
  674. 'dashboard.services.mapreduce.taskTrackers':'TaskTrackers',
  675. 'dashboard.services.mapreduce.taskTrackerCounts':'TaskTrackers Status',
  676. 'dashboard.services.mapreduce.trackers':'Trackers',
  677. 'dashboard.services.mapreduce.nodes.blacklist':'blacklist',
  678. 'dashboard.services.mapreduce.nodes.graylist':'graylist',
  679. 'dashboard.services.mapreduce.slotCapacity':'Total Slots Capacity',
  680. 'dashboard.services.mapreduce.trackersSummary':'{0} live / {1} total',
  681. 'dashboard.services.mapreduce.jobs':'Total Jobs',
  682. 'dashboard.services.mapreduce.jobsSummary':'{0} submitted / {1} completed',
  683. 'dashboard.services.mapreduce.mapSlots':'Map Slots',
  684. 'dashboard.services.mapreduce.mapSlotsSummary':'{0} occupied / {1} reserved',
  685. 'dashboard.services.mapreduce.reduceSlots':'Reduce Slots',
  686. 'dashboard.services.mapreduce.tasks.maps':'Tasks: Maps',
  687. 'dashboard.services.mapreduce.tasks.reduces':'Tasks: Reduces',
  688. 'dashboard.services.mapreduce.reduceSlotsSummary':'{0} occupied / {1} reserved',
  689. 'dashboard.services.mapreduce.tasksSummary':'{0} running / {1} waiting',
  690. 'dashboard.services.mapreduce.slotCapacitySummary':'{0} maps / {1} reduces / {2} avg per node',
  691. 'dashboard.services.mapreduce.jobTrackerHeap':'JobTracker Heap',
  692. 'dashboard.services.mapreduce.jobTrackerHeapSummary':'{0} of {1} ({2}% used)',
  693. 'dashboard.services.mapreduce.jobTrackerUptime':'Job Trackers Uptime',
  694. 'dashboard.services.mapreduce.chart.label':'Jobs Running',
  695. 'dashboard.services.hbase.summary':'{0} region servers with {1} average load',
  696. 'dashboard.services.hbase.masterServer':'HBase Master',
  697. 'dashboard.services.hbase.masterServerHeap':'Master Heap',
  698. 'dashboard.services.hbase.masterServerHeap.summary':'{0} / {1} ({2}% used)',
  699. 'dashboard.services.hbase.masterServerUptime':'Master Server Uptime',
  700. 'dashboard.services.hbase.averageLoad':'Average Load',
  701. 'dashboard.services.hbase.averageLoadPerServer':'{0} regions per Region Server',
  702. 'dashboard.services.hbase.regionServers':'Region Servers',
  703. 'dashboard.services.hbase.regionServersSummary':'{0} live / {1} total',
  704. 'dashboard.services.hbase.chart.label':'Request Count',
  705. 'dashboard.services.hbase.version':'Version',
  706. 'dashboard.services.hbase.masterWebUI':'Master Web UI',
  707. 'dashboard.services.hbase.regions.transition':'Regions In Transition',
  708. 'dashboard.services.hbase.masterStarted':'Master Started',
  709. 'dashboard.services.hbase.masterActivated':'Master Activated',
  710. 'dashboard.services.hive.client': '{0} Hive Client',
  711. 'dashboard.services.hive.clients': '{0} Hive Clients',
  712. 'dashboard.services.oozie.client': '{0} Oozie Client',
  713. 'dashboard.services.oozie.clients': '{0} Oozie Clients',
  714. 'dashboard.services.oozie.webUi': 'Oozie Web UI',
  715. 'dashboard.services.ganglia.webUi': 'Ganglia Web UI',
  716. 'dashboard.services.ganglia.monitors': 'Ganglia Monitors',
  717. 'dashboard.services.zookeeper.prefix': '{0} of',
  718. 'dashboard.services.zookeeper.title': '{0} ZooKeepers',
  719. 'dashboard.services.zookeeper.postfix': 'running',
  720. 'dashboard.services.configs.popup.stopService.header':'Stop service',
  721. 'dashboard.services.configs.popup.stopService.body' : 'Service needs to be stopped for reconfiguration',
  722. 'dashboard.services.configs.popup.restartService.header' : 'Restart service',
  723. 'dashboard.services.configs.popup.restartService.body' : 'Service needs to be restarted for reconfiguration',
  724. 'timeRange.presets.1hour':'1h',
  725. 'timeRange.presets.12hour':'12h',
  726. 'timeRange.presets.1day':'1d',
  727. 'timeRange.presets.1week':'1wk',
  728. 'timeRange.presets.1month':'1mo',
  729. 'timeRange.presets.1year':'1yr',
  730. 'apps.item.dag.job': 'Job',
  731. 'apps.item.dag.jobId': 'Job Id',
  732. 'apps.item.dag.status': 'Status',
  733. 'apps.item.dag.maps': 'Maps',
  734. 'apps.item.dag.reduces': 'Reduces',
  735. 'apps.item.dag.input': 'Input',
  736. 'apps.item.dag.output': 'Output',
  737. 'apps.item.dag.duration': 'Duration',
  738. 'apps.table.column.appId':'App ID',
  739. 'apps.table.column.runDate': 'Run Date',
  740. 'apps.avgTable.avg': 'Avg',
  741. 'apps.avgTable.min': 'Min',
  742. 'apps.avgTable.max': 'Max',
  743. 'apps.avgTable.jobs': 'Jobs',
  744. 'apps.avgTable.input': 'Input',
  745. 'apps.avgTable.output': 'Output',
  746. 'apps.avgTable.duration': 'Duration',
  747. 'apps.avgTable.oldest': 'Oldest',
  748. 'apps.avgTable.mostRecent': 'Most Recent',
  749. 'apps.filters.all': 'All',
  750. 'apps.filters.filtered': 'Filtered',
  751. 'apps.filters.clearFilters': 'Clear filters',
  752. 'apps.filters.paginationInfo': '{0} - {1} of {2}',
  753. 'apps.filters.customRunDate':'Run Date custom filter',
  754. 'apps.filters.nothingToShow': 'No jobs to display',
  755. 'apps.dagCharts.popup':'Job Charts',
  756. 'apps.dagCharts.popup.job': 'Job',
  757. 'apps.dagCharts.popup.dag':'DAG',
  758. 'apps.dagCharts.popup.tasks':'Timeline & Tasks',
  759. 'apps.dagCharts.popup.tasks.timeline':'Job Timeline',
  760. 'apps.dagCharts.popup.tasks.tasks':'Job Tasks',
  761. 'apps.isRunning.popup.title':'Is running',
  762. 'apps.isRunning.popup.content':'Job is running now',
  763. 'nagios.alerts.unavailable':'Alerts Unavailable',
  764. 'menu.item.dashboard':'Dashboard',
  765. 'menu.item.heatmaps':'Heatmaps',
  766. 'menu.item.services':'Services',
  767. 'menu.item.hosts':'Hosts',
  768. 'menu.item.jobs':'Jobs',
  769. 'menu.item.admin':'Admin'
  770. };