Repository: ambari Updated Branches: refs/heads/trunk 94bbf6404 -> 16bc5f3dd
AMBARI-5551. Checkbox "client" without upper case letter. (jaimin via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/16bc5f3d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/16bc5f3d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/16bc5f3d Branch: refs/heads/trunk Commit: 16bc5f3ddfaf305d82751880b4ab2abb5da03f03 Parents: 94bbf64 Author: Yusaku Sako <[email protected]> Authored: Thu Apr 24 13:18:57 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Apr 24 13:18:57 2014 -0700 ---------------------------------------------------------------------- .../app/assets/data/wizard/stack/hdp/version1.3.0/HBASE.json | 2 +- .../app/assets/data/wizard/stack/hdp/version131/HBASE.json | 2 +- .../app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json | 2 +- ambari-web/app/data/HDP2/global_properties.js | 4 ++-- ambari-web/app/data/HDP2/secure_properties.js | 4 ++-- ambari-web/app/data/HDP2/site_properties.js | 2 +- ambari-web/app/data/global_properties.js | 4 ++-- ambari-web/app/data/secure_properties.js | 4 ++-- ambari-web/app/data/site_properties.js | 2 +- ambari-web/app/messages.js | 6 +++--- ambari-web/app/utils/helper.js | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/assets/data/wizard/stack/hdp/version1.3.0/HBASE.json ---------------------------------------------------------------------- diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version1.3.0/HBASE.json b/ambari-web/app/assets/data/wizard/stack/hdp/version1.3.0/HBASE.json index c58ce95..524d08a 100644 --- a/ambari-web/app/assets/data/wizard/stack/hdp/version1.3.0/HBASE.json +++ b/ambari-web/app/assets/data/wizard/stack/hdp/version1.3.0/HBASE.json @@ -520,7 +520,7 @@ { "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HBASE/configurations/regionserver_handlers", "StackConfigurations" : { - "property_description" : "HBase RegionServer Handler", + "property_description" : "RegionServer Handler", "property_name" : "regionserver_handlers", "property_value" : "30", "service_name" : "HBASE", http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/assets/data/wizard/stack/hdp/version131/HBASE.json ---------------------------------------------------------------------- diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version131/HBASE.json b/ambari-web/app/assets/data/wizard/stack/hdp/version131/HBASE.json index 6aa748b..6b0b607 100644 --- a/ambari-web/app/assets/data/wizard/stack/hdp/version131/HBASE.json +++ b/ambari-web/app/assets/data/wizard/stack/hdp/version131/HBASE.json @@ -220,7 +220,7 @@ { "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HBASE/configurations/regionserver_handlers", "StackConfigurations" : { - "property_description" : "HBase RegionServer Handler", + "property_description" : "RegionServer Handler", "property_value" : "30", "stack_version" : "1.3.1", "property_name" : "regionserver_handlers", http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json ---------------------------------------------------------------------- diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json index a4bd060..c7431e8 100644 --- a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json +++ b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json @@ -520,7 +520,7 @@ { "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HBASE/configurations/regionserver_handlers", "StackConfigurations" : { - "property_description" : "HBase RegionServer Handler", + "property_description" : "RegionServer Handler", "property_name" : "regionserver_handlers", "property_value" : "60", "service_name" : "HBASE", http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/data/HDP2/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/global_properties.js b/ambari-web/app/data/HDP2/global_properties.js index b677416..439212a 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/ambari-web/app/data/HDP2/global_properties.js @@ -490,8 +490,8 @@ module.exports = { "id": "puppet var", "name": "hbase_regionserver_heapsize", - "displayName": "HBase RegionServers maximum Java heap size", - "description": "Maximum Java heap size for HBase RegionServers (Java option -Xmx)", + "displayName": "RegionServers maximum Java heap size", + "description": "Maximum Java heap size for RegionServers (Java option -Xmx)", "defaultValue": "1024", "displayType": "int", "unit": "MB", http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/data/HDP2/secure_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/secure_properties.js b/ambari-web/app/data/HDP2/secure_properties.js index fae3623..2fa28f8 100644 --- a/ambari-web/app/data/HDP2/secure_properties.js +++ b/ambari-web/app/data/HDP2/secure_properties.js @@ -701,7 +701,7 @@ module.exports = "displayName": "Principal name", "value": "", "defaultValue": "hbase/_HOST", - "description": "Principal name for HBase RegionServer. _HOST will get automatically replaced with actual hostname at every instance of RegionServer", + "description": "Principal name for RegionServer. _HOST will get automatically replaced with actual hostname at every instance of RegionServer", "displayType": "principal", "isVisible": true, "isOverridable": false, @@ -715,7 +715,7 @@ module.exports = "displayName": "Path to keytab file", "value": "", "defaultValue": "/etc/security/keytabs/hbase.service.keytab", - "description": "Path to HBase RegionServer keytab file", + "description": "Path to RegionServer keytab file", "displayType": "directory", "isVisible": true, "isOverridable": false, http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/data/HDP2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js index 448621a..bbdbfcd 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -625,7 +625,7 @@ module.exports = { "id": "site property", "name": "hbase.regionserver.handler.count", - "displayName": "HBase RegionServer Handler", + "displayName": "RegionServer Handler", "displayType": "int", "category": "RegionServer", "serviceName": "HBASE", http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/data/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/global_properties.js b/ambari-web/app/data/global_properties.js index 56e9831..00cd484 100644 --- a/ambari-web/app/data/global_properties.js +++ b/ambari-web/app/data/global_properties.js @@ -485,8 +485,8 @@ module.exports = { "id": "puppet var", "name": "hbase_regionserver_heapsize", - "displayName": "HBase RegionServers maximum Java heap size", - "description": "Maximum Java heap size for HBase RegionServers (Java option -Xmx)", + "displayName": "RegionServers maximum Java heap size", + "description": "Maximum Java heap size for RegionServers (Java option -Xmx)", "defaultValue": "1024", "displayType": "int", "unit": "MB", http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/data/secure_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/secure_properties.js b/ambari-web/app/data/secure_properties.js index 572624f..8e54c97 100644 --- a/ambari-web/app/data/secure_properties.js +++ b/ambari-web/app/data/secure_properties.js @@ -579,7 +579,7 @@ module.exports = "displayName": "Principal name", "value": "", "defaultValue": "hbase/_HOST", - "description": "Principal name for HBase RegionServer. _HOST will get automatically replaced with actual hostname at every instance of RegionServer", + "description": "Principal name for RegionServer. _HOST will get automatically replaced with actual hostname at every instance of RegionServer", "displayType": "principal", "isVisible": true, "isOverridable": false, @@ -593,7 +593,7 @@ module.exports = "displayName": "Path to keytab file", "value": "", "defaultValue": "/etc/security/keytabs/hbase.service.keytab", - "description": "Path to HBase RegionServer keytab file", + "description": "Path to RegionServer keytab file", "displayType": "directory", "isVisible": true, "isOverridable": false, http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/data/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/site_properties.js b/ambari-web/app/data/site_properties.js index fca3537..f487c3e 100644 --- a/ambari-web/app/data/site_properties.js +++ b/ambari-web/app/data/site_properties.js @@ -570,7 +570,7 @@ module.exports = { "id": "site property", "name": "hbase.regionserver.handler.count", - "displayName": "HBase RegionServer Handler", + "displayName": "RegionServer Handler", "description": "Count of RPC Listener instances spun up on RegionServers", "defaultValue": "60", "displayType": "int", http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index f939538..9609db4 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -220,7 +220,7 @@ Em.I18n.translations = { 'requestInfo.startHostComponent':'Start', 'requestInfo.startHostComponent.datanode':'Start DataNode', 'requestInfo.startHostComponent.nodemanager':'Start NodeManager', - 'requestInfo.startHostComponent.hbase_regionserver':'Start HBase RegionServer', + 'requestInfo.startHostComponent.hbase_regionserver':'Start RegionServer', 'requestInfo.startHostComponents':'Start Components', 'requestInfo.upgradeHostComponent':'Upgrade', 'requestInfo.stopHostComponent':'Stop', @@ -1534,8 +1534,8 @@ Em.I18n.translations = { 'hosts.host.regionserver.decommission.batch1':'Decommission RegionServer - Turn drain mode on', 'hosts.host.regionserver.decommission.batch2':'Decommission RegionServer - Stop RegionServer', 'hosts.host.regionserver.decommission.batch3':'Decommission RegionServer - Turn drain mode off', - 'hosts.host.hbase_regionserver.recommission':'Recommission HBase RegionServer', - 'hosts.host.hbase_regionserver.decommission':'Decommission HBase RegionServer', + 'hosts.host.hbase_regionserver.recommission':'Recommission RegionServer', + 'hosts.host.hbase_regionserver.decommsion':'Decommission RegionServer', 'hosts.host.decommissioned':'Decommissioned', 'hosts.host.decommissioning':'Decommissioning', http://git-wip-us.apache.org/repos/asf/ambari/blob/16bc5f3d/ambari-web/app/utils/helper.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/helper.js b/ambari-web/app/utils/helper.js index 9b7297b..5ec945a 100644 --- a/ambari-web/app/utils/helper.js +++ b/ambari-web/app/utils/helper.js @@ -306,7 +306,7 @@ App.format = { 'HADOOP_CLIENT': 'Hadoop Client', 'HBASE_CLIENT': 'HBase Client', 'HBASE_MASTER': 'HBase Master', - 'HBASE_REGIONSERVER': 'HBase RegionServer', + 'HBASE_REGIONSERVER': 'RegionServer', 'HBASE_SERVICE_CHECK': 'HBase Service Check', 'HCAT': 'HCat', 'HCAT_SERVICE_CHECK': 'HCat Service Check', @@ -359,7 +359,7 @@ App.format = { 'ZOOKEEPER_QUORUM_SERVICE_CHECK': 'ZK Quorum Service Check', 'ZOOKEEPER_SERVER': 'ZooKeeper Server', 'ZOOKEEPER_SERVICE_CHECK': 'ZooKeeper Service Check', - 'CLIENT': 'client' + 'CLIENT': 'Client' }, /**
