You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2017/05/23 09:53:09 UTC

[11/50] [abbrv] ambari git commit: AMBARI-20758 Aggregate local metrics for minute aggregation time window (additional patch) (dsen)

AMBARI-20758 Aggregate local metrics for minute aggregation time window (additional patch) (dsen)


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

Branch: refs/heads/ambari-rest-api-explorer
Commit: 2e27f661947cb72f4004eb17903caf1f76012468
Parents: dad7475
Author: Dmytro Sen <ds...@apache.org>
Authored: Thu May 18 13:47:53 2017 +0300
Committer: Dmytro Sen <ds...@apache.org>
Committed: Thu May 18 13:47:53 2017 +0300

----------------------------------------------------------------------
 ambari-metrics/ambari-metrics-host-aggregator/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2e27f661/ambari-metrics/ambari-metrics-host-aggregator/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-host-aggregator/pom.xml b/ambari-metrics/ambari-metrics-host-aggregator/pom.xml
index c2c7897..0598bef 100644
--- a/ambari-metrics/ambari-metrics-host-aggregator/pom.xml
+++ b/ambari-metrics/ambari-metrics-host-aggregator/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>ambari-metrics-host-aggregator</artifactId>
     <packaging>jar</packaging>
 
-    <name>ambari-metrics-host-aggregator</name>
+    <name>Ambari Metrics Host Aggregator</name>
     <url>http://maven.apache.org</url>
 
     <properties>
@@ -92,7 +92,7 @@
                 <artifactId>maven-shade-plugin</artifactId>
                 <version>1.6</version>
                 <configuration>
-                    <createDependencyReducedPom>true</createDependencyReducedPom>
+                    <createDependencyReducedPom>false</createDependencyReducedPom>
                     <filters>
                         <filter>
                             <artifact>*:*</artifact>