You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by bi...@apache.org on 2015/06/02 21:50:39 UTC

ambari git commit: AMBARI-11600 Move Accumulo widgets to HDP 2.3 stack (billie)

Repository: ambari
Updated Branches:
  refs/heads/trunk df12905a4 -> 2d0d5022f


AMBARI-11600 Move Accumulo widgets to HDP 2.3 stack (billie)


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

Branch: refs/heads/trunk
Commit: 2d0d5022f776e4cf347602d0ec6815a234341758
Parents: df12905
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Tue Jun 2 12:48:49 2015 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Tue Jun 2 12:48:56 2015 -0700

----------------------------------------------------------------------
 .../ACCUMULO/1.6.1.2.2.0/widgets.json           | 155 -------------------
 .../HDP/2.3/services/ACCUMULO/widgets.json      | 155 +++++++++++++++++++
 2 files changed, 155 insertions(+), 155 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2d0d5022/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/widgets.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/widgets.json b/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/widgets.json
deleted file mode 100644
index 8bdbc22..0000000
--- a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/widgets.json
+++ /dev/null
@@ -1,155 +0,0 @@
-{
-  "layouts": [
-    {
-      "layout_name": "default_accumulo_dashboard",
-      "display_name": "Standard Accumulo Dashboard",
-      "section_name": "ACCUMULO_SUMMARY",
-      "widgetLayoutInfo": [
-        {
-          "widget_name": "Accumulo Entries",
-          "description": "Number of key/value pairs stored in Accumulo.",
-          "widget_type": "GRAPH",
-          "is_visible": true,
-          "metrics": [
-            {
-              "name": "tserver.general.entries._sum",
-              "metric_path": "metrics/tserver/general/entries._sum",
-              "service_name": "ACCUMULO",
-              "component_name": "ACCUMULO_TSERVER"
-            }
-          ],
-          "values": [
-            {
-              "name": "Entries",
-              "value": "${tserver.general.entries._sum}"
-            }
-          ],
-          "properties": {
-            "graph_type": "LINE",
-            "time_range": "1"
-          }
-        },
-        {
-          "widget_name": "Accumulo Queries",
-          "description": "Number of queries running against Accumulo.",
-          "widget_type": "GRAPH",
-          "is_visible": true,
-          "metrics": [
-            {
-              "name": "tserver.general.queries._sum",
-              "metric_path": "metrics/tserver/general/queries._sum",
-              "service_name": "ACCUMULO",
-              "component_name": "ACCUMULO_TSERVER"
-            }
-          ],
-          "values": [
-            {
-              "name": "Queries",
-              "value": "${tserver.general.queries._sum}"
-            }
-          ],
-          "properties": {
-            "graph_type": "LINE",
-            "time_range": "1"
-          }
-        },
-        {
-          "widget_name": "Accumulo MinCs",
-          "description": "Number of minor compactions running in Accumulo.",
-          "widget_type": "GRAPH",
-          "is_visible": true,
-          "metrics": [
-            {
-              "name": "tserver.general.queuedMinCs._sum",
-              "metric_path": "metrics/tserver/general/queued_mincs._sum",
-              "service_name": "ACCUMULO",
-              "component_name": "ACCUMULO_TSERVER"
-            },
-            {
-              "name": "tserver.general.activeMinCs._sum",
-              "metric_path": "metrics/tserver/general/active_mincs._sum",
-              "service_name": "ACCUMULO",
-              "component_name": "ACCUMULO_TSERVER"
-            }
-          ],
-          "values": [
-            {
-              "name": "Queued MinCs",
-              "value": "${tserver.general.queuedMinCs._sum}"
-            },
-            {
-              "name": "Active MinCs",
-              "value": "${tserver.general.activeMinCs._sum}"
-            }
-          ],
-          "properties": {
-            "display_unit": "compactions",
-            "graph_type": "LINE",
-            "time_range": "1"
-          }
-        },
-        {
-          "widget_name": "Accumulo MajCs",
-          "description": "Number of major compactions running in Accumulo.",
-          "widget_type": "GRAPH",
-          "is_visible": true,
-          "metrics": [
-            {
-              "name": "tserver.general.queuedMajCs._sum",
-              "metric_path": "metrics/tserver/general/queued_majcs._sum",
-              "service_name": "ACCUMULO",
-              "component_name": "ACCUMULO_TSERVER"
-            },
-            {
-              "name": "tserver.general.activeMajCs._sum",
-              "metric_path": "metrics/tserver/general/active_majcs._sum",
-              "service_name": "ACCUMULO",
-              "component_name": "ACCUMULO_TSERVER"
-            }
-          ],
-          "values": [
-            {
-              "name": "Queued MajCs",
-              "value": "${tserver.general.queuedMajCs._sum}"
-            },
-            {
-              "name": "Active MajCs",
-              "value": "${tserver.general.activeMajCs._sum}"
-            }
-          ],
-          "properties": {
-            "display_unit": "compactions",
-            "graph_type": "LINE",
-            "time_range": "1"
-          }
-        },
-        {
-          "widget_name": "Average Hold Time",
-          "description": "This widget shows the average hold time across tablet servers.",
-          "default_section_name": "ACCUMULO_SUMMARY",
-          "widget_type": "NUMBER",
-          "is_visible": true,
-          "metrics": [
-            {
-              "name": "tserver.general.holdTime._avg",
-              "metric_path": "metrics/tserver/general/hold_time._avg",
-              "service_name": "ACCUMULO",
-              "component_name": "ACCUMULO_TSERVER"
-            }
-          ],
-          "values": [
-            {
-              "name": "Average Hold Time Per Tablet Server",
-              "value": "${tserver.general.holdTime._avg}"
-            }
-          ],
-          "properties": {
-            "display_unit": "s",
-            "error_threshold":"10",
-            "warning_threshold": "1"
-          }
-        }
-      ]
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/ambari/blob/2d0d5022/ambari-server/src/main/resources/stacks/HDP/2.3/services/ACCUMULO/widgets.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/ACCUMULO/widgets.json b/ambari-server/src/main/resources/stacks/HDP/2.3/services/ACCUMULO/widgets.json
new file mode 100644
index 0000000..8bdbc22
--- /dev/null
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/ACCUMULO/widgets.json
@@ -0,0 +1,155 @@
+{
+  "layouts": [
+    {
+      "layout_name": "default_accumulo_dashboard",
+      "display_name": "Standard Accumulo Dashboard",
+      "section_name": "ACCUMULO_SUMMARY",
+      "widgetLayoutInfo": [
+        {
+          "widget_name": "Accumulo Entries",
+          "description": "Number of key/value pairs stored in Accumulo.",
+          "widget_type": "GRAPH",
+          "is_visible": true,
+          "metrics": [
+            {
+              "name": "tserver.general.entries._sum",
+              "metric_path": "metrics/tserver/general/entries._sum",
+              "service_name": "ACCUMULO",
+              "component_name": "ACCUMULO_TSERVER"
+            }
+          ],
+          "values": [
+            {
+              "name": "Entries",
+              "value": "${tserver.general.entries._sum}"
+            }
+          ],
+          "properties": {
+            "graph_type": "LINE",
+            "time_range": "1"
+          }
+        },
+        {
+          "widget_name": "Accumulo Queries",
+          "description": "Number of queries running against Accumulo.",
+          "widget_type": "GRAPH",
+          "is_visible": true,
+          "metrics": [
+            {
+              "name": "tserver.general.queries._sum",
+              "metric_path": "metrics/tserver/general/queries._sum",
+              "service_name": "ACCUMULO",
+              "component_name": "ACCUMULO_TSERVER"
+            }
+          ],
+          "values": [
+            {
+              "name": "Queries",
+              "value": "${tserver.general.queries._sum}"
+            }
+          ],
+          "properties": {
+            "graph_type": "LINE",
+            "time_range": "1"
+          }
+        },
+        {
+          "widget_name": "Accumulo MinCs",
+          "description": "Number of minor compactions running in Accumulo.",
+          "widget_type": "GRAPH",
+          "is_visible": true,
+          "metrics": [
+            {
+              "name": "tserver.general.queuedMinCs._sum",
+              "metric_path": "metrics/tserver/general/queued_mincs._sum",
+              "service_name": "ACCUMULO",
+              "component_name": "ACCUMULO_TSERVER"
+            },
+            {
+              "name": "tserver.general.activeMinCs._sum",
+              "metric_path": "metrics/tserver/general/active_mincs._sum",
+              "service_name": "ACCUMULO",
+              "component_name": "ACCUMULO_TSERVER"
+            }
+          ],
+          "values": [
+            {
+              "name": "Queued MinCs",
+              "value": "${tserver.general.queuedMinCs._sum}"
+            },
+            {
+              "name": "Active MinCs",
+              "value": "${tserver.general.activeMinCs._sum}"
+            }
+          ],
+          "properties": {
+            "display_unit": "compactions",
+            "graph_type": "LINE",
+            "time_range": "1"
+          }
+        },
+        {
+          "widget_name": "Accumulo MajCs",
+          "description": "Number of major compactions running in Accumulo.",
+          "widget_type": "GRAPH",
+          "is_visible": true,
+          "metrics": [
+            {
+              "name": "tserver.general.queuedMajCs._sum",
+              "metric_path": "metrics/tserver/general/queued_majcs._sum",
+              "service_name": "ACCUMULO",
+              "component_name": "ACCUMULO_TSERVER"
+            },
+            {
+              "name": "tserver.general.activeMajCs._sum",
+              "metric_path": "metrics/tserver/general/active_majcs._sum",
+              "service_name": "ACCUMULO",
+              "component_name": "ACCUMULO_TSERVER"
+            }
+          ],
+          "values": [
+            {
+              "name": "Queued MajCs",
+              "value": "${tserver.general.queuedMajCs._sum}"
+            },
+            {
+              "name": "Active MajCs",
+              "value": "${tserver.general.activeMajCs._sum}"
+            }
+          ],
+          "properties": {
+            "display_unit": "compactions",
+            "graph_type": "LINE",
+            "time_range": "1"
+          }
+        },
+        {
+          "widget_name": "Average Hold Time",
+          "description": "This widget shows the average hold time across tablet servers.",
+          "default_section_name": "ACCUMULO_SUMMARY",
+          "widget_type": "NUMBER",
+          "is_visible": true,
+          "metrics": [
+            {
+              "name": "tserver.general.holdTime._avg",
+              "metric_path": "metrics/tserver/general/hold_time._avg",
+              "service_name": "ACCUMULO",
+              "component_name": "ACCUMULO_TSERVER"
+            }
+          ],
+          "values": [
+            {
+              "name": "Average Hold Time Per Tablet Server",
+              "value": "${tserver.general.holdTime._avg}"
+            }
+          ],
+          "properties": {
+            "display_unit": "s",
+            "error_threshold":"10",
+            "warning_threshold": "1"
+          }
+        }
+      ]
+    }
+  ]
+}