Repository: ambari Updated Branches: refs/heads/branch-2.5 72953633b -> 8787f1e77
AMBARI-18902 Minor typo fix in TimeliveMetricsStore class in AMS (dili) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8787f1e7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8787f1e7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8787f1e7 Branch: refs/heads/branch-2.5 Commit: 8787f1e77b1c6d3cf51eef0f516d8c50e5c6b1f0 Parents: 7295363 Author: Di Li <[email protected]> Authored: Wed Nov 16 09:02:11 2016 -0500 Committer: Di Li <[email protected]> Committed: Wed Nov 16 09:10:07 2016 -0500 ---------------------------------------------------------------------- .../metrics/timeline/TimelineMetricStore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8787f1e7/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java index 15644ed..57186f5 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java +++ b/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/TimelineMetricStore.java @@ -32,7 +32,7 @@ import java.util.Set; public interface TimelineMetricStore { /** - * This method retrieves metrics stored byu the Timeline store. + * This method retrieves metrics stored by the Timeline store. * * @param metricNames Names of the metric, e.g.: cpu_user * @param hostnames Names of the host where the metric originated from
