You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2015/03/15 18:52:51 UTC

ambari git commit: AMBARI-10076. Set default minute based host level aggregation to 2 minutes. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.0.0 db1f4f0a7 -> 1e2a741e5


AMBARI-10076. Set default minute based host level aggregation to 2 minutes. (swagle)


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

Branch: refs/heads/branch-2.0.0
Commit: 1e2a741e5fa00f6ecb7ec7d420f3dee0f0f71b8f
Parents: db1f4f0
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Sun Mar 15 10:47:56 2015 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Sun Mar 15 10:47:56 2015 -0700

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/configuration/ams-site.xml              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1e2a741e/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
index 59e5cbb..d3da1af 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
+++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-site.xml
@@ -62,10 +62,10 @@
   </property>
   <property>
     <name>timeline.metrics.host.aggregator.minute.interval</name>
-    <value>300</value>
+    <value>120</value>
     <description>
       Time in seconds to sleep for the minute resolution host based
-      aggregator. Default resolution is 5 minutes.
+      aggregator. Default resolution is 2 minutes.
     </description>
   </property>
   <property>