Jelajahi Sumber

AMBARI-5707. Replace Ganglia with high performant and pluggable Metrics System. Rat check fix. (swagle)

Siddharth Wagle 10 tahun lalu
induk
melakukan
93b8348fab

+ 1 - 1
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AbstractProviderModule.java

@@ -547,7 +547,7 @@ public abstract class AbstractProviderModule implements ProviderModule, Resource
             ComponentSSLConfiguration.instance(),
             this,
             PropertyHelper.getPropertyId("Clusters", "cluster_name")));
-            providers.add(new AlertSummaryPropertyProvider(type,
+          providers.add(new AlertSummaryPropertyProvider(type,
             "Clusters/cluster_name", null));
           break;
         case Service:

+ 4 - 0
pom.xml

@@ -255,10 +255,14 @@
             <!--Velocity log -->
             <exclude>**/velocity.log*</exclude>
 
+            <!-- Metrics module -->
             <!-- psutil : external lib, Apache 2.0 license included as a source file -->
             <exclude>ambari-metrics/ambari-metrics-host-monitoring/src/main/python/psutil/**</exclude>
+            <exclude>ambari-metrics/target/rpm/ambari-metrics/SPECS/ambari-metrics.spec</exclude>
             <exclude>ambari-metrics/ambari-metrics-timelineservice/src/test/resources/lib/org/apache/phoenix/phoenix-core-tests/4.2.0/phoenix-core-tests-4.2.0.pom</exclude>
             <exclude>ambari-metrics/ambari-metrics-timelineservice/src/test/resources/lib/org/apache/phoenix/phoenix-core-tests/maven-metadata-local.xml</exclude>
+            <exclude>ambari-metrics/*/target/**</exclude>
+
           </excludes>
         </configuration>
         <executions>