You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/05/23 18:48:07 UTC

ambari git commit: AMBARI-11302. HBase widget display typos. (Andrew Grande via yusaku) This closes #20

Repository: ambari
Updated Branches:
  refs/heads/trunk 058f164ba -> 4b472cc68


AMBARI-11302. HBase widget display typos. (Andrew Grande via yusaku)
This closes #20


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4b472cc6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4b472cc6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4b472cc6

Branch: refs/heads/trunk
Commit: 4b472cc68294cb14a073b6a5e34b77b87a9a73c3
Parents: 058f164
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Sat May 23 09:46:57 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Sat May 23 09:47:41 2015 -0700

----------------------------------------------------------------------
 .../resources/common-services/HBASE/0.96.0.2.0/widgets.json  | 8 ++++----
 .../resources/stacks/HDP/2.3/services/HBASE/widgets.json     | 8 ++++----
 .../assets/data/widget_layouts/HBASE/default_dashboard.json  | 4 ++--
 ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json | 6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4b472cc6/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/widgets.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/widgets.json b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/widgets.json
index 1601798..3220811 100644
--- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/widgets.json
+++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/widgets.json
@@ -256,7 +256,7 @@
         },
         {
           "widget_name": "Cluster CPU",
-          "description": "ReqionServer widget for CPU utilization",
+          "description": "RegionServer widget for CPU utilization",
           "default_section_name": "HBASE_SUMMARY",
           "widget_type": "GRAPH",
           "is_visible": true,
@@ -294,7 +294,7 @@
           ],
           "values": [
             {
-              "name": "ReqionServer widget for CPU utilization",
+              "name": "RegionServer widget for CPU utilization",
               "value": "${(cpu_system._sum + cpu_user._sum + cpu_nice._sum)/(cpu_system._sum + cpu_user._sum + cpu_nice._sum + cpu_idle._sum + cpu_wio._sum)}"
             }
           ],
@@ -306,7 +306,7 @@
         },
         {
           "widget_name": "Cluster Network",
-          "description": "ReqionServer widget for network utilization",
+          "description": "RegionServer widget for network utilization",
           "default_section_name": "HBASE_SUMMARY",
           "widget_type": "GRAPH",
           "is_visible": true,
@@ -341,7 +341,7 @@
         },
         {
           "widget_name": "Cluster Disk",
-          "description": "ReqionServer widget for Disk utilization",
+          "description": "RegionServer widget for Disk utilization",
           "default_section_name": "HBASE_SUMMARY",
           "widget_type": "GRAPH",
           "is_visible": true,

http://git-wip-us.apache.org/repos/asf/ambari/blob/4b472cc6/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/widgets.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/widgets.json b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/widgets.json
index 06f7a1a..2fdd30c 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/widgets.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/widgets.json
@@ -265,7 +265,7 @@
         },
         {
           "widget_name": "Cluster CPU",
-          "description": "ReqionServer widget for CPU utilization",
+          "description": "RegionServer widget for CPU utilization",
           "widget_type": "GRAPH",
           "is_visible": true,
           "metrics": [
@@ -302,7 +302,7 @@
           ],
           "values": [
             {
-              "name": "ReqionServer widget for CPU utilization",
+              "name": "RegionServer widget for CPU utilization",
               "value": "${(cpu_system._sum + cpu_user._sum + cpu_nice._sum)/(cpu_system._sum + cpu_user._sum + cpu_nice._sum + cpu_idle._sum + cpu_wio._sum)}"
             }
           ],
@@ -314,7 +314,7 @@
         },
         {
           "widget_name": "Cluster Network",
-          "description": "ReqionServer widget for network utilization",
+          "description": "RegionServer widget for network utilization",
           "widget_type": "GRAPH",
           "is_visible": true,
           "metrics": [
@@ -348,7 +348,7 @@
         },
         {
           "widget_name": "Cluster Disk",
-          "description": "ReqionServer widget for Disk utilization",
+          "description": "RegionServer widget for Disk utilization",
           "widget_type": "GRAPH",
           "is_visible": true,
           "metrics": [

http://git-wip-us.apache.org/repos/asf/ambari/blob/4b472cc6/ambari-web/app/assets/data/widget_layouts/HBASE/default_dashboard.json
----------------------------------------------------------------------
diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE/default_dashboard.json b/ambari-web/app/assets/data/widget_layouts/HBASE/default_dashboard.json
index 8b30c81..5d4b7c5 100644
--- a/ambari-web/app/assets/data/widget_layouts/HBASE/default_dashboard.json
+++ b/ambari-web/app/assets/data/widget_layouts/HBASE/default_dashboard.json
@@ -136,13 +136,13 @@
               "id": 36,
               "metrics": "[{\"name\":\"cpu_idle\",\"metric_path\":\"metrics/cpu/cpu_idle\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"},{\"name\":\"disk_free\",\"metric_path\":\"metrics/disk/disk_free\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"},{\"name\":\"pkts_in\",\"metric_path\":\"metrics/network/pkts_in\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"},{\"name\":\"pkts_out\",\"metric_path\":\"metrics/network/pkts_out\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"}]",
               "author": "ambari",
-              "description": "ReqionServer widget for Host CPU, Network and Disk Utilization",
+              "description": "RegionServer widget for Host CPU, Network and Disk Utilization",
               "scope": "CLUSTER",
               "properties": "{\"graph_type\":\"LINE\",\"time_range\":\"86400000\"}",
               "widget_name": "RS_HOST_METRICS",
               "widget_type": "GRAPH",
               "time_created": 1428990958952,
-              "display_name": "ReqionServer System Metrics",
+              "display_name": "RegionServer System Metrics",
               "values": "[{\"name\":\"CPU Idle\",\"value\":\"${cpu_idle}\"},{\"name\":\"Disk Free\",\"value\":\"${disk_free}\"},{\"name\":\"Network Packets In/Out\",\"value\":\"${pkts_in + pkts_out}\"}]",
               "cluster_name": "c1"
             }

http://git-wip-us.apache.org/repos/asf/ambari/blob/4b472cc6/ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json
----------------------------------------------------------------------
diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json b/ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json
index d4d3ff0..dae882b 100644
--- a/ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json
+++ b/ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json
@@ -97,7 +97,7 @@
               "id" : 26,
               "metrics" : "[{\"name\":\"cpu_idle\",\"metric_path\":\"metrics/cpu/cpu_idle\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"}]",
               "author" : "ambari",
-              "description" : "ReqionServer widget for CPU utilization",
+              "description" : "RegionServer widget for CPU utilization",
               "scope" : "CLUSTER",
               "properties" : "{\"graph_type\":\"LINE\",\"time_range\":\"1\"}",
               "widget_name" : "Cluster CPU",
@@ -129,7 +129,7 @@
               "id" : 27,
               "metrics" : "[{\"name\":\"pkts_in\",\"metric_path\":\"metrics/network/pkts_in\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"},{\"name\":\"pkts_out\",\"metric_path\":\"metrics/network/pkts_out\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"}]",
               "author" : "ambari",
-              "description" : "ReqionServer widget for network utilization",
+              "description" : "RegionServer widget for network utilization",
               "scope" : "CLUSTER",
               "properties" : "{\"graph_type\":\"LINE\",\"time_range\":\"1\"}",
               "widget_name" : "Cluster Network",
@@ -145,7 +145,7 @@
               "id" : 28,
               "metrics" : "[{\"name\":\"disk_free\",\"metric_path\":\"metrics/disk/disk_free\",\"service_name\":\"HBASE\",\"component_name\":\"HBASE_REGIONSERVER\"}]",
               "author" : "ambari",
-              "description" : "ReqionServer widget for disk utilization",
+              "description" : "RegionServer widget for disk utilization",
               "scope" : "CLUSTER",
               "properties" : "{\"graph_type\":\"LINE\",\"time_range\":\"1\"}",
               "widget_name" : "Cluster Disk",