[
https://issues.apache.org/jira/browse/AMBARI-9586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320465#comment-14320465
]
Hudson commented on AMBARI-9586:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1763 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1763/])
AMBARI-9586 - Alerts: WEB type alerts fail in Kerberos secured cluster (Yurii
Shylov via jonathanhurley) (jhurley:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6bbed2779d05ef11294239f746abc40961fd83f7)
* ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/alerts.json
* ambari-server/src/main/java/org/apache/ambari/server/state/alert/AlertUri.java
* ambari-agent/src/main/python/ambari_agent/alerts/web_alert.py
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json
* ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/alerts.json
* ambari-agent/src/main/python/ambari_agent/alerts/base_alert.py
* ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/alerts.json
* ambari-agent/src/test/python/ambari_agent/TestAlerts.py
* ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/alerts.json
> Alerts: WEB type alerts fail in Kerberos secured cluster
> --------------------------------------------------------
>
> Key: AMBARI-9586
> URL: https://issues.apache.org/jira/browse/AMBARI-9586
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Yurii Shylov
> Assignee: Yurii Shylov
> Fix For: 2.0.0
>
>
> A bunch of alerts for web are failing in secured cluster:
> - App Timeline Web UI
> - Oozie Server Web UI
> - WebHCat Server Status
> - Storm Web UI
> Looks like the reason is that in secured cluster web services require
> authentification (401 HTTP code) which causes exception "urllib2.HTTPError:
> HTTP Error 401: Authentication required" for common web check:
> {code}
> url_response = urllib2.urlopen(query)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)