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 2014/12/17 23:20:28 UTC

ambari git commit: AMBARI-8769. Aggregator checkpoint logic should take into account the checkPointDelay. Rat check fix.

Repository: ambari
Updated Branches:
  refs/heads/trunk cd3fb17f4 -> 24493d3cf


AMBARI-8769. Aggregator checkpoint logic should take into account the checkPointDelay. Rat check fix.


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

Branch: refs/heads/trunk
Commit: 24493d3cf122db8d5b1ed3fb96c09c4a4609827d
Parents: cd3fb17
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Wed Dec 17 14:20:26 2014 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Wed Dec 17 14:20:26 2014 -0800

----------------------------------------------------------------------
 .../AbstractTimelineAggregatorTest.java         | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/24493d3c/ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/AbstractTimelineAggregatorTest.java
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/AbstractTimelineAggregatorTest.java b/ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/AbstractTimelineAggregatorTest.java
index c274c61..8aa8436 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/AbstractTimelineAggregatorTest.java
+++ b/ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/AbstractTimelineAggregatorTest.java
@@ -1,5 +1,21 @@
-package org.apache.hadoop.yarn.server.applicationhistoryservice.metrics
-  .timeline;
+/**
+ * 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.
+ */
+package org.apache.hadoop.yarn.server.applicationhistoryservice.metrics.timeline;
 
 import junit.framework.Assert;
 import org.apache.hadoop.conf.Configuration;