You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yurii Shylov (JIRA)" <ji...@apache.org> on 2015/02/12 00:23:11 UTC

[jira] [Created] (AMBARI-9586) Alerts: WEB type alerts fail in Kerberos secured cluster

Yurii Shylov created AMBARI-9586:
------------------------------------

             Summary: 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)