You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2016/02/22 17:33:44 UTC

ambari git commit: AMBARI-15123. Ambari's App Timeline Web UI Alert tries make http heavy call timelineserver:httpPort which can also cause OOM (smohanty)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 2d3be53b5 -> c0a33e5a4


AMBARI-15123. Ambari's App Timeline Web UI Alert tries make http heavy call timelineserver:httpPort which can also cause OOM (smohanty)


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

Branch: refs/heads/branch-2.2
Commit: c0a33e5a450a5fe03a8462031ed3fbdd41247516
Parents: 2d3be53
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Mon Feb 22 08:33:31 2016 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Mon Feb 22 08:33:31 2016 -0800

----------------------------------------------------------------------
 .../main/resources/common-services/YARN/2.1.0.2.0/alerts.json    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c0a33e5a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/alerts.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/alerts.json b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/alerts.json
index bbf3a7c..6198a74 100644
--- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/alerts.json
+++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/alerts.json
@@ -388,8 +388,8 @@
         "source": {
           "type": "WEB",
           "uri": {
-            "http": "{{yarn-site/yarn.timeline-service.webapp.address}}",
-            "https": "{{yarn-site/yarn.timeline-service.webapp.https.address}}",
+            "http": "{{yarn-site/yarn.timeline-service.webapp.address}}/ws/v1/timeline",
+            "https": "{{yarn-site/yarn.timeline-service.webapp.https.address}}/ws/v1/timeline",
             "https_property": "{{yarn-site/yarn.http.policy}}",
             "https_property_value": "HTTPS_ONLY",
             "kerberos_keytab": "{{yarn-site/yarn.timeline-service.http-authentication.kerberos.keytab}}",