You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/10/03 18:21:50 UTC

[08/18] ambari git commit: Revert "Test Commit (avijayan)"

Revert "Test Commit (avijayan)"

This reverts commit 908f6e861ee242766a7bc1b3c09a3e9a0faeee87.


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

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: 32ab17b33bd9c75fada71f1e85871e55f287937e
Parents: 908f6e8
Author: Aravindan Vijayan <av...@hortonworks.com>
Authored: Thu Sep 29 14:47:26 2016 -0700
Committer: Aravindan Vijayan <av...@hortonworks.com>
Committed: Thu Sep 29 14:47:26 2016 -0700

----------------------------------------------------------------------
 .../metrics/timeline/PhoenixHBaseAccessor.java                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/32ab17b3/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
index 8fa8c84..1174554 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
+++ b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
@@ -723,7 +723,7 @@ public class PhoenixHBaseAccessor {
                                               TimelineMetrics metrics, boolean skipCache) throws SQLException, IOException {
     List<TimelineMetric> timelineMetrics = metrics.getMetrics();
     if (timelineMetrics == null || timelineMetrics.isEmpty()) {
-      LOG.debug("Empty Metrics insert request.");
+      LOG.debug("Empty metrics insert request.");
       return;
     }
     for (Iterator<TimelineMetric> iterator = timelineMetrics.iterator(); iterator.hasNext();) {