You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2013/10/18 02:25:34 UTC

[12/30] AMBARI-3266. Contribute Ambari-SCOM. (Tom Beerbower via mahadev)

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/873b3502/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/LiveVsDeadNodes.mpx
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/LiveVsDeadNodes.mpx b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/LiveVsDeadNodes.mpx
new file mode 100644
index 0000000..d5dddfb
--- /dev/null
+++ b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/LiveVsDeadNodes.mpx
@@ -0,0 +1,278 @@
+<!--## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.-->
+
+<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <Presentation>
+    <ComponentTypes>
+      <ComponentType ID="Ambari.SCOM.Presentation.Widget.LiveVsDeadNodes"
+                     Base="Ambari.SCOM.Presentation.Widget.BaseStackedPerformanceWidget"
+                     Accessibility="Internal">
+        <Property Name="SelectedClusters" Type="mpinstance://System.Library!System.Entity[]" BindingDirection="In" />
+      </ComponentType>
+    </ComponentTypes>
+
+    <ComponentImplementations>
+      <ComponentImplementation ID="Ambari.SCOM.Presentation.Widget.LiveVsDeadNodesImplementation"
+                               TypeId="Ambari.SCOM.Presentation.Widget.LiveVsDeadNodes"
+                               Accessibility="Internal" Platform="Wpf, Silverlight">
+        <Composite>
+          <Base>
+            <Binding PropertyId="AutoRefreshTickInterval">
+              <Reference>$Property/AutoRefreshTickInterval$</Reference>
+            </Binding>
+            
+            <Binding PropertyId="PerformanceObjectCounters">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/PerformanceDataSeriesQueryType[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Dashboards" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="Live vs Dead Nodes" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <SimpleValue Type="xsd://string" Value="%" />
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/SelectedClusters$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+            
+            <Binding PropertyId="DateRange">
+              <Reference>$Property/DateRange$</Reference>
+            </Binding>
+            
+            <Binding PropertyId="Axes">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LinearAxis[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/ForegroundLinearAxis">
+                  <Binding PropertyId="Minimum">
+                    <SimpleValue Type="xsd://integer" Value="0" />
+                  </Binding>
+                  <Binding PropertyId="Interval">
+                    <SimpleValue Type="xsd://integer" Value="0" />
+                  </Binding>
+                  <Binding PropertyId="AutoCalculate">
+                    <SimpleValue Type="xsd://boolean" Value="True" />
+                  </Binding>
+                  <Binding PropertyId="Title">
+                    <SimpleValue Type="xsd://string" Value="" />
+                  </Binding>
+                  <Binding PropertyId="Orientation">
+                    <SimpleValue Type="xsd://string" Value="Y" />
+                  </Binding>
+                </ComplexValue>
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/ForegroundDateTimeAxis">
+                  <Binding PropertyId="GridLinesHexColor">
+                    <SimpleValue Type="xsd://string" Value="#008B8B" />
+                  </Binding>
+                  <Binding PropertyId="Interval">
+                    <SimpleValue Type="xsd://integer" Value="1" />
+                  </Binding>
+                  <Binding PropertyId="DateTimeIntervalType">
+                    <SimpleValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/DateTimeIntervalType" Value="Auto"/>
+                  </Binding>
+                  <Binding PropertyId="AutoCalculate">
+                    <SimpleValue Type="xsd://boolean" Value="True" />
+                  </Binding>
+                  <Binding PropertyId="Title">
+                    <SimpleValue Type="xsd://string" Value="" />
+                  </Binding>
+                  <Binding PropertyId="Orientation">
+                    <SimpleValue Type="xsd://string" Value="X" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+            
+            <Binding PropertyId="SeriesConfigurations">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping[]">
+                <!-- Live -->
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Live Nodes" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackableSeriesConfiguration">
+                      <Binding PropertyId="Order">
+                        <SimpleValue Type="xsd://int" Value="1"/>
+                      </Binding>
+                      <Binding PropertyId="StackSize">
+                        <SimpleValue Type="xsd://int" Value="2"/>
+                      </Binding>
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="StackedSeriesType">
+                        <SimpleValue Type="xsd://string" Value="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackedAreaSeries" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#6A9304" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <!-- Dead -->
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Dead Nodes" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackableSeriesConfiguration">
+                      <Binding PropertyId="Order">
+                        <SimpleValue Type="xsd://int" Value="2"/>
+                      </Binding>
+                      <Binding PropertyId="StackSize">
+                        <SimpleValue Type="xsd://int" Value="2"/>
+                      </Binding>
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="StackedSeriesType">
+                        <SimpleValue Type="xsd://string" Value="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackedAreaSeries" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#707070" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+            
+            <Binding PropertyId="LegendColumns">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn[]">
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.MetricName/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="True" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="True" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="*" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="CellComponentType">
+                    <SimpleValue Type="xsd://string" Value="Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Control.GridCell.TwoDecimalDigitsNumberCell" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="LastValue" />
+                  </Binding>
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.LastValue/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="50" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="CellComponentType">
+                    <SimpleValue Type="xsd://string" Value="Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Control.GridCell.TwoDecimalDigitsNumberCell" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="AverageValue" />
+                  </Binding>
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.AverageValue/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="50" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="CellComponentType">
+                    <SimpleValue Type="xsd://string" Value="Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Control.GridCell.TwoDecimalDigitsNumberCell" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="MaximumValue" />
+                  </Binding>
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.MaximumValue/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="50" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+          </Base>
+        </Composite>
+      </ComponentImplementation>
+    </ComponentImplementations>
+  </Presentation>
+
+  <LanguagePacks>
+    <LanguagePack ID="ENU" IsDefault="true">
+      <DisplayStrings>
+        <DisplayString ElementID="Ambari.SCOM.Presentation.Widget.LiveVsDeadNodes">
+          <Name>Live vs. Dead Nodes</Name>
+        </DisplayString>
+      </DisplayStrings>
+    </LanguagePack>
+  </LanguagePacks>
+</ManagementPackFragment>

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/873b3502/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/SpaceUtilization.mpx
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/SpaceUtilization.mpx b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/SpaceUtilization.mpx
new file mode 100644
index 0000000..58eb7ca
--- /dev/null
+++ b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Cluster/SpaceUtilization.mpx
@@ -0,0 +1,318 @@
+<!--## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.-->
+
+<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <Presentation>
+    <ComponentTypes>
+      <ComponentType ID="Ambari.SCOM.Presentation.Widget.SpaceUtilization"
+                     Base="Ambari.SCOM.Presentation.Widget.BaseStackedPerformanceWidget"
+                     Accessibility="Internal">
+        <Property Name="SelectedClusters" Type="mpinstance://System.Library!System.Entity[]" BindingDirection="In" />
+      </ComponentType>
+    </ComponentTypes>
+
+    <ComponentImplementations>
+      <ComponentImplementation ID="Ambari.SCOM.Presentation.Widget.SpaceUtilizationImplementation"
+                               TypeId="Ambari.SCOM.Presentation.Widget.SpaceUtilization"
+                               Accessibility="Internal" Platform="Wpf, Silverlight">
+        <Composite>
+          <Base>
+            <Binding PropertyId="AutoRefreshTickInterval">
+              <Reference>$Property/AutoRefreshTickInterval$</Reference>
+            </Binding>
+
+            <Binding PropertyId="PerformanceObjectCounters">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/PerformanceDataSeriesQueryType[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Dashboards" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="Space Utilization" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <SimpleValue Type="xsd://string" Value="%" />
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/SelectedClusters$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="DateRange">
+              <Reference>$Property/DateRange$</Reference>
+            </Binding>
+
+            <Binding PropertyId="Axes">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LinearAxis[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/ForegroundLinearAxis">
+                  <Binding PropertyId="Minimum">
+                    <SimpleValue Type="xsd://integer" Value="0" />
+                  </Binding>
+                  <Binding PropertyId="Interval">
+                    <SimpleValue Type="xsd://integer" Value="0" />
+                  </Binding>
+                  <Binding PropertyId="AutoCalculate">
+                    <SimpleValue Type="xsd://boolean" Value="True" />
+                  </Binding>
+                  <Binding PropertyId="Title">
+                    <SimpleValue Type="xsd://string" Value="" />
+                  </Binding>
+                  <Binding PropertyId="Orientation">
+                    <SimpleValue Type="xsd://string" Value="Y" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="SeriesConfigurations">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping[]">
+                <!-- Non-DFS Used -->
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Non-DFS Used"/>
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackableSeriesConfiguration">
+                      <Binding PropertyId="Order">
+                        <SimpleValue Type="xsd://int" Value="1"/>
+                      </Binding>
+                      <Binding PropertyId="StackSize">
+                        <SimpleValue Type="xsd://int" Value="3"/>
+                      </Binding>
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="StackedSeriesType">
+                        <SimpleValue Type="xsd://string" Value="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackedAreaSeries" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#707070" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <!-- Used -->
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Used"/>
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackableSeriesConfiguration">
+                      <Binding PropertyId="Order">
+                        <SimpleValue Type="xsd://int" Value="2"/>
+                      </Binding>
+                      <Binding PropertyId="StackSize">
+                        <SimpleValue Type="xsd://int" Value="3"/>
+                      </Binding>
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="StackedSeriesType">
+                        <SimpleValue Type="xsd://string" Value="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackedAreaSeries" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#1842A7" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <!-- Free -->
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Free"/>
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackableSeriesConfiguration">
+                      <Binding PropertyId="Order">
+                        <SimpleValue Type="xsd://int" Value="3"/>
+                      </Binding>
+                      <Binding PropertyId="StackSize">
+                        <SimpleValue Type="xsd://int" Value="3"/>
+                      </Binding>
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="StackedSeriesType">
+                        <SimpleValue Type="xsd://string" Value="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.ChartDataTypes/StackedAreaSeries" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#6A9304" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <!-- Total line -->
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Total"/>
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="LineThickness">
+                        <SimpleValue Type="xsd://string" Value="4.0"/>
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#F6881D" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="LegendColumns">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn[]">
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.MetricName/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="True" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="True" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="*" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="InstanceName" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="CellComponentType">
+                    <SimpleValue Type="xsd://string" Value="Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Control.GridCell.TwoDecimalDigitsNumberCell" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="LastValue" />
+                  </Binding>
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.LastValue/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="50" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="CellComponentType">
+                    <SimpleValue Type="xsd://string" Value="Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Control.GridCell.TwoDecimalDigitsNumberCell" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="AverageValue" />
+                  </Binding>
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.AverageValue/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="50" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnType/DataGridColumn">
+                  <Binding PropertyId="CellComponentType">
+                    <SimpleValue Type="xsd://string" Value="Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Control.GridCell.TwoDecimalDigitsNumberCell" />
+                  </Binding>
+                  <Binding PropertyId="PropertyName">
+                    <SimpleValue Type="xsd://string" Value="MaximumValue" />
+                  </Binding>
+                  <Binding PropertyId="HeaderDisplayObject">
+                    <SimpleValue Type="xsd://string" Value="$MPReference/Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Widget.CommonString.PerfChartColumns.MaximumValue/DisplayName$" />
+                  </Binding>
+                  <Binding PropertyId="SortableGroupable">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="CanResize">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="Width">
+                    <SimpleValue Type="xsd://string" Value="50" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+          </Base>
+        </Composite>
+      </ComponentImplementation>
+    </ComponentImplementations>
+  </Presentation>
+
+  <LanguagePacks>
+    <LanguagePack ID="ENU" IsDefault="true">
+      <DisplayStrings>
+        <DisplayString ElementID="Ambari.SCOM.Presentation.Widget.SpaceUtilization">
+          <Name>Space Utilization (GB)</Name>
+        </DisplayString>
+      </DisplayStrings>
+    </LanguagePack>
+  </LanguagePacks>
+</ManagementPackFragment>

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/873b3502/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/AverageRpcWaitTime.mpx
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/AverageRpcWaitTime.mpx b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/AverageRpcWaitTime.mpx
new file mode 100644
index 0000000..1dd79b1
--- /dev/null
+++ b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/AverageRpcWaitTime.mpx
@@ -0,0 +1,110 @@
+<!--## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.-->
+
+<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <Presentation>
+    <ComponentTypes>
+      <ComponentType ID="Ambari.SCOM.Presentation.Widget.ComponentAverageRpcWaitTime"
+                     Base="Ambari.SCOM.Presentation.Widget.BasePerformanceWidget"
+                     Accessibility="Internal">
+        <Property Name="TargetEntities" Type="mpinstance://System.Library!System.Entity[]" BindingDirection="In" />
+        <Property Name="PerformanceCounterInstanceName" Type="xsd://string" BindingDirection="In" />
+      </ComponentType>
+    </ComponentTypes>
+
+    <ComponentImplementations>
+      <ComponentImplementation ID="Ambari.SCOM.Presentation.Widget.ComponentAverageRpcWaitTimeImplementation"
+                               TypeId="Ambari.SCOM.Presentation.Widget.ComponentAverageRpcWaitTime"
+                               Accessibility="Internal" Platform="Wpf, Silverlight">
+        <Composite>
+          <Base>
+            <Binding PropertyId="AutoRefreshTickInterval">
+              <Reference>$Property/AutoRefreshTickInterval$</Reference>
+            </Binding>
+            
+            <Binding PropertyId="PerformanceObjectCounters">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/PerformanceDataSeriesQueryType[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Host Component" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="Queue Average Wait Time" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <Reference>$Property/PerformanceCounterInstanceName$</Reference>
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="DateRange">
+              <Reference>$Property/DateRange$</Reference>
+            </Binding>
+
+            <Binding PropertyId="Axes">
+              <Reference>$Property/Axes$</Reference>
+            </Binding>
+
+            <Binding PropertyId="SeriesConfigurations">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping[]">
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Queue Average Wait Time" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#FF0000" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+                
+            <Binding PropertyId="ShowLegend">
+              <SimpleValue Type="xsd://boolean" Value="False" />
+            </Binding>
+          </Base>
+        </Composite>
+      </ComponentImplementation>
+    </ComponentImplementations>
+  </Presentation>
+</ManagementPackFragment>

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/873b3502/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/GcTime.mpx
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/GcTime.mpx b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/GcTime.mpx
new file mode 100644
index 0000000..c743768
--- /dev/null
+++ b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/GcTime.mpx
@@ -0,0 +1,110 @@
+<!--## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.-->
+
+<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <Presentation>
+    <ComponentTypes>
+      <ComponentType ID="Ambari.SCOM.Presentation.Widget.ComponentGcTime"
+                     Base="Ambari.SCOM.Presentation.Widget.BasePerformanceWidget"
+                     Accessibility="Internal">
+        <Property Name="TargetEntities" Type="mpinstance://System.Library!System.Entity[]" BindingDirection="In" />
+        <Property Name="PerformanceCounterInstanceName" Type="xsd://string" BindingDirection="In" />
+      </ComponentType>
+    </ComponentTypes>
+
+    <ComponentImplementations>
+      <ComponentImplementation ID="Ambari.SCOM.Presentation.Widget.ComponentGcTimeImplementation"
+                               TypeId="Ambari.SCOM.Presentation.Widget.ComponentGcTime"
+                               Accessibility="Internal" Platform="Wpf, Silverlight">
+        <Composite>
+          <Base>
+            <Binding PropertyId="AutoRefreshTickInterval">
+              <Reference>$Property/AutoRefreshTickInterval$</Reference>
+            </Binding>
+            
+            <Binding PropertyId="PerformanceObjectCounters">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/PerformanceDataSeriesQueryType[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Host Component" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="JVM Time Spent in Garbage Collection (ms)" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <Reference>$Property/PerformanceCounterInstanceName$</Reference>
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="DateRange">
+              <Reference>$Property/DateRange$</Reference>
+            </Binding>
+
+            <Binding PropertyId="Axes">
+              <Reference>$Property/Axes$</Reference>
+            </Binding>
+
+            <Binding PropertyId="SeriesConfigurations">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping[]">
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="JVM Time Spent in Garbage Collection (ms)" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#FF0000" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+                
+            <Binding PropertyId="ShowLegend">
+              <SimpleValue Type="xsd://boolean" Value="False" />
+            </Binding>
+          </Base>
+        </Composite>
+      </ComponentImplementation>
+    </ComponentImplementations>
+  </Presentation>
+</ManagementPackFragment>

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/873b3502/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/MemoryHeapUtilization.mpx
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/MemoryHeapUtilization.mpx b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/MemoryHeapUtilization.mpx
new file mode 100644
index 0000000..99b5a25
--- /dev/null
+++ b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/MemoryHeapUtilization.mpx
@@ -0,0 +1,153 @@
+<!--## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.-->
+
+<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <Presentation>
+    <ComponentTypes>
+      <ComponentType ID="Ambari.SCOM.Presentation.Widget.ComponentMemoryHeapUtilization"
+                     Base="Ambari.SCOM.Presentation.Widget.BasePerformanceWidget"
+                     Accessibility="Internal">
+        <Property Name="TargetEntities" Type="mpinstance://System.Library!System.Entity[]" BindingDirection="In" />
+        <Property Name="PerformanceCounterInstanceName" Type="xsd://string" BindingDirection="In" />
+      </ComponentType>
+    </ComponentTypes>
+
+    <ComponentImplementations>
+      <ComponentImplementation ID="Ambari.SCOM.Presentation.Widget.ComponentMemoryHeapUtilizationImplementation"
+                               TypeId="Ambari.SCOM.Presentation.Widget.ComponentMemoryHeapUtilization"
+                               Accessibility="Internal" Platform="Wpf, Silverlight">
+        <Composite>
+          <Base>
+            <Binding PropertyId="AutoRefreshTickInterval">
+              <Reference>$Property/AutoRefreshTickInterval$</Reference>
+            </Binding>
+            
+            <Binding PropertyId="PerformanceObjectCounters">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/PerformanceDataSeriesQueryType[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Host Component" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="JVM Heap Memory Used" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <Reference>$Property/PerformanceCounterInstanceName$</Reference>
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Host Component" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="JVM Heap Memory Committed" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <Reference>$Property/PerformanceCounterInstanceName$</Reference>
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="DateRange">
+              <Reference>$Property/DateRange$</Reference>
+            </Binding>
+
+            <Binding PropertyId="Axes">
+              <Reference>$Property/Axes$</Reference>
+            </Binding>
+
+            <Binding PropertyId="SeriesConfigurations">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping[]">
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="JVM Heap Memory Used" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#FF0000" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="JVM Heap Memory Committed" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#6A9304" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+          </Base>
+        </Composite>
+      </ComponentImplementation>
+    </ComponentImplementations>
+  </Presentation>
+</ManagementPackFragment>

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/873b3502/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/ThreadsStatus.mpx
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/ThreadsStatus.mpx b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/ThreadsStatus.mpx
new file mode 100644
index 0000000..bd4984d
--- /dev/null
+++ b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Component/ThreadsStatus.mpx
@@ -0,0 +1,200 @@
+<!--## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.-->
+
+<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <Presentation>
+    <ComponentTypes>
+      <ComponentType ID="Ambari.SCOM.Presentation.Widget.ComponentThreadsStatus"
+                     Base="Ambari.SCOM.Presentation.Widget.BasePerformanceWidget"
+                     Accessibility="Internal">
+        <Property Name="TargetEntities" Type="mpinstance://System.Library!System.Entity[]" BindingDirection="In" />
+        <Property Name="PerformanceCounterInstanceName" Type="xsd://string" BindingDirection="In" />
+      </ComponentType>
+    </ComponentTypes>
+
+    <ComponentImplementations>
+      <ComponentImplementation ID="Ambari.SCOM.Presentation.Widget.ComponentThreadsStatusImplementation"
+                               TypeId="Ambari.SCOM.Presentation.Widget.ComponentThreadsStatus"
+                               Accessibility="Internal" Platform="Wpf, Silverlight">
+        <Composite>
+          <Base>
+            <Binding PropertyId="AutoRefreshTickInterval">
+              <Reference>$Property/AutoRefreshTickInterval$</Reference>
+            </Binding>
+            
+            <Binding PropertyId="PerformanceObjectCounters">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/PerformanceDataSeriesQueryType[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Host Component" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="JVM Threads Runnable" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <Reference>$Property/PerformanceCounterInstanceName$</Reference>
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Host Component" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="JVM Threads Blocked" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <Reference>$Property/PerformanceCounterInstanceName$</Reference>
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Host Component" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="JVM Threads Waiting" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <Reference>$Property/PerformanceCounterInstanceName$</Reference>
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="DateRange">
+              <Reference>$Property/DateRange$</Reference>
+            </Binding>
+
+            <Binding PropertyId="Axes">
+              <Reference>$Property/Axes$</Reference>
+            </Binding>
+            
+            <Binding PropertyId="SeriesConfigurations">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping[]">
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="JVM Threads Runnable" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#6A9304" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="JVM Threads Blocked" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#FF0000" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="JVM Threads Waiting" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#707070" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+          </Base>
+        </Composite>
+      </ComponentImplementation>
+    </ComponentImplementations>
+  </Presentation>
+</ManagementPackFragment>

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/873b3502/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Hdfs/BlocksSummary.mpx
----------------------------------------------------------------------
diff --git a/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Hdfs/BlocksSummary.mpx b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Hdfs/BlocksSummary.mpx
new file mode 100644
index 0000000..3353972
--- /dev/null
+++ b/contrib/ambari-scom/management-pack/Hadoop_MP/PresentationMp/Widgets/Performance/Hdfs/BlocksSummary.mpx
@@ -0,0 +1,256 @@
+<!--## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##     http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.-->
+
+<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <Presentation>
+    <ComponentTypes>
+      <ComponentType ID="Ambari.SCOM.Presentation.Widget.BlocksSummary"
+                     Base="Ambari.SCOM.Presentation.Widget.BasePerformanceWidget"
+                     Accessibility="Internal">
+        <Property Name="TargetEntities" Type="mpinstance://System.Library!System.Entity[]" BindingDirection="In" />
+      </ComponentType>
+    </ComponentTypes>
+
+    <ComponentImplementations>
+      <ComponentImplementation ID="Ambari.SCOM.Presentation.Widget.BlocksSummaryImplementation"
+                               TypeId="Ambari.SCOM.Presentation.Widget.BlocksSummary"
+                               Accessibility="Internal" Platform="Wpf, Silverlight">
+        <Composite>
+          <Base>
+            <Binding PropertyId="AutoRefreshTickInterval">
+              <Reference>$Property/AutoRefreshTickInterval$</Reference>
+            </Binding>
+
+            <Binding PropertyId="PerformanceObjectCounters">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DataSourceTypes/PerformanceDataSeriesQueryType[]">
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Cluster Service" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="Total Blocks" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <SimpleValue Type="xsd://string" Value="% : hdfs" />
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+                
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Cluster Service" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="Corrupted Blocks" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <SimpleValue Type="xsd://string" Value="% : hdfs" />
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Cluster Service" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="Missing Blocks" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <SimpleValue Type="xsd://string" Value="% : hdfs" />
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Ambari.SCOM.Presentation!Ambari.SCOM.Presentation.Schema.BasePerformanceWidget/PerformanceDataSeriesQueryType">
+                  <Binding PropertyId="EscapeSQL">
+                    <SimpleValue Type="xsd://boolean" Value="False" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceObjectName">
+                    <SimpleValue Type="xsd://string" Value="Hadoop : Cluster Service" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterName">
+                    <SimpleValue Type="xsd://string" Value="Under-Replicated Blocks" />
+                  </Binding>
+                  <Binding PropertyId="PerformanceCounterInstanceName">
+                    <SimpleValue Type="xsd://string" Value="% : hdfs" />
+                  </Binding>
+                  <Binding PropertyId="ManagedEntityIds">
+                    <Reference>$Property/TargetEntities$</Reference>
+                  </Binding>
+                  <Binding PropertyId="DatapointReduction">
+                    <SimpleValue Type="xsd://string" Value="Average" />
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+
+            <Binding PropertyId="DateRange">
+              <Reference>$Property/DateRange$</Reference>
+            </Binding>
+
+            <Binding PropertyId="Axes">
+              <Reference>$Property/Axes$</Reference>
+            </Binding>
+
+            <Binding PropertyId="SeriesConfigurations">
+              <ComplexValueCollection Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping[]">
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Total Blocks" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#006C8E" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Corrupted Blocks" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#F6881D" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Missing Blocks" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#FF0000" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+
+                <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/ConfigurationMapping">
+                  <Binding PropertyId="KeyPropertyName">
+                    <SimpleValue Type="xsd://string" Value="CounterName" />
+                  </Binding>
+                  <Binding PropertyId="Id">
+                    <SimpleValue Type="xsd://string" Value="Under-Replicated Blocks" />
+                  </Binding>
+                  <Binding PropertyId="Configuration">
+                    <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/LineSeries2DConfiguration">
+                      <Binding PropertyId="DataKey">
+                        <SimpleValue Type="xsd://string" Value="DataSet" />
+                      </Binding>
+                      <Binding PropertyId="TooltipComponentTypeName">
+                        <SimpleValue Type="xsd://string" Value="Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.DefaultChartTooltip" />
+                      </Binding>
+                      <Binding PropertyId="Color">
+                        <ComplexValue Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ChartDataTypes/HexColor">
+                          <Binding PropertyId="HexString">
+                            <SimpleValue Type="xsd://string" Value="#AC3C00" />
+                          </Binding>
+                        </ComplexValue>
+                      </Binding>
+                    </ComplexValue>
+                  </Binding>
+                </ComplexValue>
+              </ComplexValueCollection>
+            </Binding>
+          </Base>
+        </Composite>
+      </ComponentImplementation>
+    </ComponentImplementations>
+  </Presentation>
+
+  <LanguagePacks>
+    <LanguagePack ID="ENU" IsDefault="true">
+      <DisplayStrings>
+        <DisplayString ElementID="Ambari.SCOM.Presentation.Widget.BlocksSummary">
+          <Name>Blocks Summary</Name>
+        </DisplayString>
+      </DisplayStrings>
+    </LanguagePack>
+  </LanguagePacks>
+</ManagementPackFragment>