[2/2] ambari git commit: AMBARI-21106 : ML-Prototype: Detect timeseries anomaly for a metric. (Refine PIT & Trend subsystems, Integrate with AMS, Ambari Alerts.)

2017-09-26 Thread avijayan
es[4] - quantiles[2] + niqr <- 0 for ( i in 1:length(test_data[,1])) { x <- test_data[i,2] lb <- quantiles[2] - n*iqr ub <- quantiles[4] + n*iqr if ( (x < lb) || (x > ub) ) { - if (x < lb) { -niqr <- (quantiles[2] - x) / iqr -

[1/2] ambari git commit: AMBARI-21106 : ML-Prototype: Detect timeseries anomaly for a metric. (Refine PIT & Trend subsystems, Integrate with AMS, Ambari Alerts.)

2017-09-26 Thread avijayan
return (RESULT_STATE_UNKNOWN, ["Unable to retrieve anomaly metrics from the Ambari Metrics service."]) + + if response.status != 200: +return (RESULT_STATE_UNKNOWN, ["Unable to retrieve anomaly metrics from the Ambari Metrics service."]) + + data_json = json.loads(data) +

[2/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (avijayan)

2017-09-27 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/e33b5455/ambari-metrics/ambari-metrics-anomaly-detector/src/main/java/org/apache/ambari/metrics/alertservice/prototype/testing/utilities/TestSeriesInputRequest.java -- diff --git

[3/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (avijayan)

2017-09-27 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/e33b5455/ambari-metrics/ambari-metrics-anomaly-detector/src/main/java/org/apache/ambari/metrics/alertservice/prototype/core/MetricsCollectorInterface.java -- diff --git a/ambari-m

[6/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (avijayan)

2017-09-27 Thread avijayan
AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e33b5455 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree

[5/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (avijayan)

2017-09-27 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/e33b5455/ambari-metrics/ambari-metrics-alertservice/src/main/java/org/apache/ambari/metrics/alertservice/prototype/TrendADSystem.java -- diff --git a/ambari-metrics/ambari-metrics

[1/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (avijayan)

2017-09-27 Thread avijayan
ception; +import java.util.List; +import java.util.TreeMap; + +public class TestTukeys { + + @BeforeClass + public static void init() throws URISyntaxException { +Assume.assumeTrue(System.getenv("R_HOME") != null); + } + + @Test + public void testPointInTimeDetectionSystem() thr

[4/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (avijayan)

2017-09-27 Thread avijayan
l @@ -1,42 +0,0 @@ -# Copyright 2011 The Apache Software Foundation -# -# 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 lice

[3/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (Commit 2) (avijayan)

2017-09-27 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/4613b471/ambari-metrics/ambari-metrics-anomaly-detector/src/main/java/org/apache/ambari/metrics/alertservice/prototype/core/MetricSparkConsumer.java -- diff --git a/ambari-metrics

[1/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (Commit 2) (avijayan)

2017-09-27 Thread avijayan
he.log4j.Logger -import org.apache.spark.storage.StorageLevel - -object MetricAnomalyDetector { - - /* -Load current EMA model -Filter step - Check if anomaly -Collect / Write to AMS / Print. - */ - -// var brokers = "avijayan-ams-1.openstacklocal:2181,avijayan-ams-2.openst

[2/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (Commit 2) (avijayan)

2017-09-27 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/4613b471/ambari-metrics/ambari-metrics-anomaly-detector/src/main/java/org/apache/ambari/metrics/alertservice/prototype/testing/utilities/MetricAnomalyTester.java -- diff --git a/a

[4/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (Commit 2) (avijayan)

2017-09-27 Thread avijayan
urce("R-scripts"); +String fullFilePath = new File(url.toURI()).getAbsolutePath(); +RFunctionInvoker.setScriptsDir(fullFilePath); + +MetricsCollectorInterface metricsCollectorInterface = new MetricsCollectorInterface("avijayan-ams-1.openstacklocal","http"

[5/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (Commit 2) (avijayan)

2017-09-27 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/4613b471/ambari-metrics/ambari-metrics-anomaly-detection-service/src/main/java/org/apache/ambari/metrics/adservice/prototype/methods/MetricAnomaly.java -- diff --git a/ambari-metr

[6/6] ambari git commit: AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (Commit 2) (avijayan)

2017-09-27 Thread avijayan
AMBARI-22077 : Create maven module and package structure for the anomaly detection engine. (Commit 2) (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4613b471 Tree: http://git-wip-us.apache.org/repos/asf/ambari

ambari git commit: AMBARI-22163 : Anomaly Storage: Design Metric anomalies schema. (avijayan)

2017-10-06 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-3.0-ams 4613b471e -> a9c6054fe AMBARI-22163 : Anomaly Storage: Design Metric anomalies schema. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a9c60

[1/2] ambari git commit: AMBARI-22607 : Design and implement an AD job scheduler. (avijayan)

2017-12-08 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-feature-AMBARI-21105 b1f4e870b -> 2129b3963 http://git-wip-us.apache.org/repos/asf/ambari/blob/2129b396/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-admanager-config.xml ---

[2/2] ambari git commit: AMBARI-22607 : Design and implement an AD job scheduler. (avijayan)

2017-12-08 Thread avijayan
AMBARI-22607 : Design and implement an AD job scheduler. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2129b396 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2129b396 Diff: http://git-wip

[4/7] ambari git commit: AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan)

2018-01-02 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/25c18121/ambari-metrics/ambari-metrics-anomaly-detection-service/src/main/scala/org/apache/ambari/metrics/adservice/metadata/ADMetadataProvider.scala -- diff --git a/ambari-metric

[2/7] ambari git commit: AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan)

2018-01-02 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/25c18121/ambari-metrics/ambari-metrics-anomaly-detection-service/src/test/scala/org/apache/ambari/metrics/adservice/leveldb/LevelDBDataSourceTest.scala -- diff --git a/ambari-metr

[7/7] ambari git commit: AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan)

2018-01-02 Thread avijayan
AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/25c18121 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/25c18121 Diff: http://git-wip

[5/7] ambari git commit: AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan)

2018-01-02 Thread avijayan
isk*,boottime -hosts=avijayan-ad-1.openstacklocal \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ambari/blob/25c18121/ambari-metrics/ambari-metrics-anomaly-detection-service/src/main/scala/org/apache/ambari/metrics/adservice/app/ADServ

[6/7] ambari git commit: AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan)

2018-01-02 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/25c18121/ambari-metrics/ambari-metrics-anomaly-detection-service/src/main/java/org/apache/ambari/metrics/adservice/prototype/core/RFunctionInvoker.java -- diff --git a/ambari-metr

[1/7] ambari git commit: AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan)

2018-01-02 Thread avijayan
rvice."]) - - if response.status != 200: -return (RESULT_STATE_UNKNOWN, ["Unable to retrieve anomaly metrics from the Ambari Metrics service."]) - - data_json = json.loads(data) - length = len(data_json["metrics"]) - logger.info("Number of anomalies returned :

[3/7] ambari git commit: AMBARI-22717 : Remove Anomaly Detection code from branch-3.0-ams. (avijayan)

2018-01-02 Thread avijayan
essdev = args(4).toInt -//var phoenixConnectionString = args(5) //avijayan-ams-3.openstacklocal:61181:/ams-hbase-unsecure -//var modelDir = args(6) -// -//val conf = new SparkConf() -//conf.set("spark.app.name", "AMSAnomalyModelBuilder") -////conf.set("spark.master"

[27/28] ambari git commit: AMBARI-22740 : Fix integration test for HBase in branch-3.0-ams due to UUID changes. (avijayan)

2018-01-08 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/42112e28/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/ambari/metrics/core/timeline/HBaseTimelineMetricsService.java -- diff --git a/ambari-metrics/ambari

[20/28] ambari git commit: AMBARI-22740 : Fix integration test for HBase in branch-3.0-ams due to UUID changes. (avijayan)

2018-01-08 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/42112e28/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/ambari/metrics/core/timeline/source/cache/InternalMetricsCache.java -- diff --git a/ambari-metrics/

[17/28] ambari git commit: AMBARI-22740 : Fix integration test for HBase in branch-3.0-ams due to UUID changes. (avijayan)

2018-01-08 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/42112e28/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java -- diff --gi

[21/28] ambari git commit: AMBARI-22740 : Fix integration test for HBase in branch-3.0-ams due to UUID changes. (avijayan)

2018-01-08 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/42112e28/ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/ambari/metrics/core/timeline/query/PhoenixTransactSQL.java -- diff --git a/ambari-metrics/ambari-me

[08/28] ambari git commit: AMBARI-22740 : Fix integration test for HBase in branch-3.0-ams due to UUID changes. (avijayan)

2018-01-08 Thread avijayan
http://git-wip-us.apache.org/repos/asf/ambari/blob/42112e28/ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/ambari/metrics/core/timeline/HBaseTimelineMetricsServiceTest.java -- diff --git a/ambari-metrics/am

[ambari] Git Push Summary

2017-08-22 Thread avijayan
Repository: ambari Updated Tags: refs/tags/release-2.5.2-rc0 [deleted] f41ace9eb

[ambari] Git Push Summary

2017-08-22 Thread avijayan
Repository: ambari Updated Tags: refs/tags/release-2.5.2-rc0 [created] 166a53611

ambari git commit: AMBARI-21511 : Grafana setup fails if password is too short. (avijayan)

2017-08-24 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 4bce57823 -> b290ce068 AMBARI-21511 : Grafana setup fails if password is too short. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b290ce06 Tree: h

[ambari] Git Push Summary

2017-08-26 Thread avijayan
Repository: ambari Updated Tags: refs/tags/release-2.5.2-rc1 [created] 2183ef626

svn commit: r21352 - in /release/ambari/ambari-2.5.2: ./ apache-ambari-2.5.2-src.tar.gz apache-ambari-2.5.2-src.tar.gz.asc apache-ambari-2.5.2-src.tar.gz.md5 apache-ambari-2.5.2-src.tar.gz.sha1

2017-08-29 Thread avijayan
Author: avijayan Date: Tue Aug 29 22:18:14 2017 New Revision: 21352 Log: Committing Release 2.5.2 Added: release/ambari/ambari-2.5.2/ release/ambari/ambari-2.5.2/apache-ambari-2.5.2-src.tar.gz (with props) release/ambari/ambari-2.5.2/apache-ambari-2.5.2-src.tar.gz.asc release

[ambari] Git Push Summary

2017-08-29 Thread avijayan
Repository: ambari Updated Tags: refs/tags/AMBARI-2.4.0.0-tag [created] 59175b7aa refs/tags/AMBARI-2.4.0.1-tag [created] 8c0e2bdc0 refs/tags/Ambari-1.7.0 [created] 00ee76d31 refs/tags/Ambari-2.1.0-tag [created] d6cb8d46a refs/tags/ambari-1.5.0 [created] f39445976 refs/tags/apache/release

svn commit: r1806648 - in /ambari/site: index.html install-0.9.html install.html irc.html issue-tracking.html license.html mail-lists.html privacy-policy.html project-info.html team-list.html whats-ne

2017-08-29 Thread avijayan
Author: avijayan Date: Tue Aug 29 22:43:32 2017 New Revision: 1806648 URL: http://svn.apache.org/viewvc?rev=1806648&view=rev Log: Ambari Site changes for 2.5.2 Modified: ambari/site/index.html ambari/site/install-0.9.html ambari/site/install.html ambari/site/irc.html am

svn commit: r1806649 - /ambari/site/whats-new.html

2017-08-29 Thread avijayan
Author: avijayan Date: Tue Aug 29 22:45:34 2017 New Revision: 1806649 URL: http://svn.apache.org/viewvc?rev=1806649&view=rev Log: Ambari Site changes for 2.5.2. Modified: ambari/site/whats-new.html Modified: ambari/site/whats-new.html URL: http://svn.apache.org/viewvc/ambari/site/w

ambari git commit: Update docs for Ambari-2.5.2

2017-08-29 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 6848c8f4f -> 5c3c6280d Update docs for Ambari-2.5.2 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5c3c6280 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/

ambari git commit: AMBARI-21793. Add support for variables used by Knox topology template (Sandeep More via avijayan)

2017-08-29 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 909902cdf -> 6bfc894e7 AMBARI-21793. Add support for variables used by Knox topology template (Sandeep More via avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/

ambari git commit: AMBARI-21871 : Add new graphs to HBase RegionServer dashboard in Grafana.

2017-09-06 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 249bb97a8 -> 54d4d5e62 AMBARI-21871 : Add new graphs to HBase RegionServer dashboard in Grafana. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/54d4d5e6 Tree: http:/

ambari git commit: AMBARI-21871 : Add new graphs to HBase RegionServer dashboard in Grafana.

2017-09-06 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.6 78f1ee56c -> 9e3030517 AMBARI-21871 : Add new graphs to HBase RegionServer dashboard in Grafana. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9e303051 Tree: h

[1/2] ambari git commit: AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan)

2017-09-12 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.6 450ff498a -> e73b1fcf5 AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: h

[2/2] ambari git commit: AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan)

2017-09-12 Thread avijayan
AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e73b1fcf

[1/2] ambari git commit: Revert "AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan)"

2017-09-12 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.6 e73b1fcf5 -> c69b750bd Revert "AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan)" Th

[2/2] ambari git commit: Revert "AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan)"

2017-09-12 Thread avijayan
Revert "AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan)" This reverts commit 01e8e50a216c3494a00a53626eb7386be1cb5ebc. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http

[2/2] ambari git commit: AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan)

2017-09-12 Thread avijayan
AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4ffa588d

[1/2] ambari git commit: AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan)

2017-09-12 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.6 c69b750bd -> 4ffa588df AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: h

[2/3] ambari git commit: AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan)

2017-09-12 Thread avijayan
AMBARI-21939 : Ambari HDFS Heatmaps are not showing data (Not Applicable) for bytes read, bytes written & DataNode Process Network I/O Utilization. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a49121b9

[1/3] ambari git commit: AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan)

2017-09-12 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk bb4645f7c -> 4f6ef91f3 AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://

[3/3] ambari git commit: AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (Addendum patch) (avijayan)

2017-09-12 Thread avijayan
AMBARI-21893 : NameNode Heap Usage (Daily) metric alert status flips to UNKNOWN intermittently when AMS HTTPS is enabled. (Addendum patch) (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4f6ef91f Tree: http

ambari git commit: AMBARI-21952 : Refine AMS heap recommendations in stack advisor. (avijayan)

2017-09-13 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.6 410f619de -> 519223db6 AMBARI-21952 : Refine AMS heap recommendations in stack advisor. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/519223db T

ambari git commit: AMBARI-21952 : Refine AMS heap recommendations in stack advisor. (avijayan)

2017-09-13 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 7a7d2320a -> 6c40fdf48 AMBARI-21952 : Refine AMS heap recommendations in stack advisor. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6c40fdf4 T

[2/2] ambari git commit: AMBARI-21329 : No data on templated Grafana dashboards on HDF cluster. (avijayan)

2017-06-23 Thread avijayan
AMBARI-21329 : No data on templated Grafana dashboards on HDF cluster. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/57a1fd11 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/57a1fd11 Diff: http://git

[1/2] ambari git commit: AMBARI-21328 : NameNode alerts in Unknown state after Ambari upgrade. (avijayan)

2017-06-23 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 75cb56ef7 -> 802e8c6dd AMBARI-21328 : NameNode alerts in Unknown state after Ambari upgrade. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/802e8

ambari git commit: AMBARI-21329 : No data on templated Grafana dashboards on HDF cluster. (avijayan)

2017-06-23 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 8f80fe733 -> 8b90145ca AMBARI-21329 : No data on templated Grafana dashboards on HDF cluster. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8b901

ambari git commit: AMBARI-10145 : Add support for tee to another Storage service in Ambari Metrics System. (Jameel Naina Mohamed via avijayan)

2017-07-05 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 0ac6a1e74 -> b3ec9aab4 AMBARI-10145 : Add support for tee to another Storage service in Ambari Metrics System. (Jameel Naina Mohamed via avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-

ambari git commit: Doc changes for Ambari-2.5.0 (avijayan)

2017-03-30 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 651310663 -> f1f473989 Doc changes for Ambari-2.5.0 (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f1f47398 Tree: http://git-wip-us.apache.org/repos/

ambari git commit: AMBARI-20667 : Storm metrics sink can't connect Ambari metrics collector. (Jungtaek Lim via avijayan)

2017-04-05 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 c924df606 -> 4bb66330c AMBARI-20667 : Storm metrics sink can't connect Ambari metrics collector. (Jungtaek Lim via avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/r

ambari git commit: AMBARI-20745 : Metrics collector goes down after starting up. (avijayan)

2017-04-17 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 a9cda4f1f -> 0892163bb AMBARI-20745 : Metrics collector goes down after starting up. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0892163b T

ambari git commit: AMBARI-20745 : Metrics collector goes down after starting up. (avijayan)

2017-04-17 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 358a58871 -> 44b1f69d2 AMBARI-20745 : Metrics collector goes down after starting up. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/44b1f69d Tree: h

ambari git commit: AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (avijayan)

2017-04-18 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 c7e5331e4 -> 71399b7f7 AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/amb

ambari git commit: AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (avijayan)

2017-04-18 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 8e2abf97b -> 323da5089 AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/amb

ambari git commit: AMBARI-20553 : Ambari script error for ams-hbase while writing to Amazon s3 on a cluster with no HDFS. (avijayan)

2017-04-21 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 6adc5856c -> b16f1fed6 AMBARI-20553 : Ambari script error for ams-hbase while writing to Amazon s3 on a cluster with no HDFS. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-

ambari git commit: AMBARI-19262 : Remove MySQL Connector from Ambari distribution. (Ishan Bhatt via avijayan)

2017-04-21 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.4 9ca96f13c -> 79ba64c2b AMBARI-19262 : Remove MySQL Connector from Ambari distribution. (Ishan Bhatt via avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/amb

ambari git commit: AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (Addendum patch) (avijayan)

2017-04-26 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 a9902dae8 -> 47871b151 AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (Addendum patch) (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.

ambari git commit: AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (Addendum patch) (avijayan)

2017-04-26 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 6a0b2a0e2 -> 8a7314583 AMBARI-20777 : AMS changes to use instanceId for cluster based segregation of data. (Addendum patch) (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/re

[2/3] ambari git commit: AMBARI-18171 : AMS, Accumulo, Hive metrics do not show up in AMS HA clusters (avijayan)

2016-08-17 Thread avijayan
AMBARI-18171 : AMS, Accumulo, Hive metrics do not show up in AMS HA clusters (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b45c5359 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b45c5359 Diff: http

[3/3] ambari git commit: AMBARI-18170 : Kafka Metrics do not show up in AMS HA enabled cluster. (avijayan)

2016-08-17 Thread avijayan
AMBARI-18170 : Kafka Metrics do not show up in AMS HA enabled cluster. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ad2da290 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ad2da290 Diff: http://git

[1/3] ambari git commit: AMBARI-18012 : Metrics Sink unable to connect to zookeeper to locate collector host. (avijayan)

2016-08-17 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 793adfe46 -> ad2da2908 AMBARI-18012 : Metrics Sink unable to connect to zookeeper to locate collector host. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/amb

ambari git commit: AMBARI-18189 : All storm commands failed. (avijayan)

2016-08-17 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.4 eb7647c53 -> 8630510c8 AMBARI-18189 : All storm commands failed. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8630510c Tree: http://git-

ambari git commit: AMBARI-18189 : All storm commands failed. (avijayan)

2016-08-17 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk aee400608 -> ac68843fc AMBARI-18189 : All storm commands failed. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ac68843f Tree: http://git-

ambari git commit: AMBARI-17591 : Collect JVM Heap, GC and thread pool metrics from Ambari Server and push to AMS. (Li-Wei Tseng via avijayan)

2016-08-19 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk e7c85c7dd -> 5f9c3ab1a AMBARI-17591 : Collect JVM Heap, GC and thread pool metrics from Ambari Server and push to AMS. (Li-Wei Tseng via avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-

ambari git commit: AMBARI-18187 : AMS should work in SPNEGO enabled clusters. (avijayan)

2016-08-23 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk e671d0fe7 -> 527a118d5 AMBARI-18187 : AMS should work in SPNEGO enabled clusters. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/527a118d Tree: h

ambari git commit: Revert "AMBARI-18187 : AMS should work in SPNEGO enabled clusters. (avijayan)"

2016-08-23 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 527a118d5 -> 2897071c1 Revert "AMBARI-18187 : AMS should work in SPNEGO enabled clusters. (avijayan)" This reverts commit 527a118d5b5840be2bda74b41fefe7c56092a91c. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo

ambari git commit: AMBARI-18187 : AMS should work in SPNEGO enabled clusters. (avijayan)

2016-08-23 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 2897071c1 -> cb0d4e186 AMBARI-18187 : AMS should work in SPNEGO enabled clusters. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cb0d4e18 Tree: h

ambari git commit: AMBARI-18265 : Make sure AMS embedded works after AMS HA changes. (avijayan)

2016-08-25 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 5dbb43e7f -> 2cbbe3817 AMBARI-18265 : Make sure AMS embedded works after AMS HA changes. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2cbbe381 T

ambari git commit: AMBARI-18344 : Metrics data is not available - AMS in distributed mode.

2016-09-08 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 146b2d72f -> 5a700fd71 AMBARI-18344 : Metrics data is not available - AMS in distributed mode. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5a700fd7 Tree: http://g

ambari git commit: AMBARI-18344 : Metrics data is not available - AMS in distributed mode (avijayan). [Forced Update!]

2016-09-08 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 5a700fd71 -> 4abe73766 (forced update) AMBARI-18344 : Metrics data is not available - AMS in distributed mode (avijayan). Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/amb

ambari git commit: Analyze and Optimize Ambari Server Unit Tests - Group 4 (Commit 2) (avijayan)

2016-10-18 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 4302ef9ca -> 8564be100 Analyze and Optimize Ambari Server Unit Tests - Group 4 (Commit 2) (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8564b

ambari git commit: Analyze and Optimize Ambari Server Unit Tests - Group 4 (Commit 2) (avijayan)

2016-10-18 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 83aebdaa5 -> 7ed5259d4 Analyze and Optimize Ambari Server Unit Tests - Group 4 (Commit 2) (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7ed5259d T

ambari git commit: AMBARI-18593 : Provide ability to use downsampling function on certain metrics like client side topN. (avijayan)

2016-10-20 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 fca146a5d -> 014f3f7f8 AMBARI-18593 : Provide ability to use downsampling function on certain metrics like client side topN. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.

ambari git commit: AMBARI-18593 : Provide ability to use downsampling function on certain metrics like client side topN. (avijayan)

2016-10-20 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 685e926db -> 03f7b9095 AMBARI-18593 : Provide ability to use downsampling function on certain metrics like client side topN. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.

ambari git commit: AMBARI-18655 : Metric level hadoop metrics2 filter is incompatible with AMS HadoopTimelineMetricsSink. (avijayan)

2016-10-20 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 5256a7890 -> dd0cc32b7 AMBARI-18655 : Metric level hadoop metrics2 filter is incompatible with AMS HadoopTimelineMetricsSink. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.

ambari git commit: AMBARI-18655 : Metric level hadoop metrics2 filter is incompatible with AMS HadoopTimelineMetricsSink. (avijayan)

2016-10-20 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 ec5d70add -> fbab74a7f AMBARI-18655 : Metric level hadoop metrics2 filter is incompatible with AMS HadoopTimelineMetricsSink. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-

ambari git commit: AMBARI-18705 : All host metrics not being collected by AMS if user does not have permissions to read mount point. (avijayan)

2016-10-26 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.4 5eefb316e -> 53331906f AMBARI-18705 : All host metrics not being collected by AMS if user does not have permissions to read mount point. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-

ambari git commit: AMBARI-18705 : All host metrics not being collected by AMS if user does not have permissions to read mount point. (avijayan)

2016-10-26 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 121ebde27 -> d08ca50b4 AMBARI-18705 : All host metrics not being collected by AMS if user does not have permissions to read mount point. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-

ambari git commit: AMBARI-18705 : All host metrics not being collected by AMS if user does not have permissions to read mount point. (avijayan)

2016-10-26 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 00ce02a5f -> 0c5bcbba5 AMBARI-18705 : All host metrics not being collected by AMS if user does not have permissions to read mount point. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-

ambari git commit: AMBARI-17458 : Add support for distributed collector to Ambari REST API. (avijayan)

2016-09-13 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk a33e2b628 -> 0855174b8 AMBARI-17458 : Add support for distributed collector to Ambari REST API. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/08551

ambari git commit: AMBARI-18383 : Oozie spark failed due to incomplete spark share-lib directory. (avijayan)

2016-09-13 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 627c1b48c -> 86937ac57 AMBARI-18383 : Oozie spark failed due to incomplete spark share-lib directory. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/amb

ambari git commit: AMBARI-18383 : Oozie spark failed due to incomplete spark share-lib directory. (avijayan)

2016-09-13 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 0855174b8 -> 1e21842e3 AMBARI-18383 : Oozie spark failed due to incomplete spark share-lib directory. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/com

[1/5] ambari git commit: AMBARI-18185 : Selecting one host when topN is set, throws an error. (avijayan)

2016-09-14 Thread avijayan
Repository: ambari Updated Branches: refs/heads/trunk 1b89d6866 -> f5ad1de86 AMBARI-18185 : Selecting one host when topN is set, throws an error. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4a099342 T

[4/5] ambari git commit: AMBARI-18125 : Allow for certain metrics to skip aggregation determined by client. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18125 : Allow for certain metrics to skip aggregation determined by client. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f5ad1de8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f5ad1de8 Diff

[5/5] ambari git commit: AMBARI-18154 : Ambari Dashboard, Cluster load widget - Incorrect value in Nodes._avg metric. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18154 : Ambari Dashboard, Cluster load widget - Incorrect value in Nodes._avg metric. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/aa0528ec Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree

[3/5] ambari git commit: AMBARI-18132 : Remove FIFO and Normalizer in ams-env config. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18132 : Remove FIFO and Normalizer in ams-env config. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0e343585 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0e343585 Diff: http://git-wip

[2/5] ambari git commit: AMBARI-18289 : Invalid negative values for some AMS metrics. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18289 : Invalid negative values for some AMS metrics. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9455b52d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9455b52d Diff: http://git-wip

[2/5] ambari git commit: AMBARI-18154 : Ambari Dashboard, Cluster load widget - Incorrect value in Nodes._avg metric. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18154 : Ambari Dashboard, Cluster load widget - Incorrect value in Nodes._avg metric. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9b08b704 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree

[4/5] ambari git commit: AMBARI-18132 : Remove FIFO and Normalizer in ams-env config. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18132 : Remove FIFO and Normalizer in ams-env config. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/10861855 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/10861855 Diff: http://git-wip

[1/5] ambari git commit: AMBARI-18185 : Selecting one host when topN is set, throws an error. (avijayan)

2016-09-14 Thread avijayan
Repository: ambari Updated Branches: refs/heads/branch-2.5 2c3caa776 -> d21f1f6e7 AMBARI-18185 : Selecting one host when topN is set, throws an error. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cd778

[3/5] ambari git commit: AMBARI-18289 : Invalid negative values for some AMS metrics. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18289 : Invalid negative values for some AMS metrics. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7adb5cff Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7adb5cff Diff: http://git-wip

[5/5] ambari git commit: AMBARI-18125 : Allow for certain metrics to skip aggregation determined by client. (avijayan)

2016-09-14 Thread avijayan
AMBARI-18125 : Allow for certain metrics to skip aggregation determined by client. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d21f1f6e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d21f1f6e Diff

<    1   2   3   4   5   6   7   8   9   >