[ 
https://issues.apache.org/jira/browse/AMBARI-13321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945053#comment-14945053
 ] 

Hudson commented on AMBARI-13321:
---------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #3602 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/3602/])
AMBARI-13321. Oozie Alert Fails In Kerberized Environment That Is Not 
(aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=815c5caaa846a45dbded22da488a0242127ead2e])
* 
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/alerts/alert_check_oozie_server.py


> Oozie Alert Fails In Kerberized Environment That Is Not SSL
> -----------------------------------------------------------
>
>                 Key: AMBARI-13321
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13321
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.3
>
>
> The Oozie alert check for the server status (`alert_check_oozie_server.py`) is
> not correctly performing a kinit before each check. There are two overall
> problems:
>   * The smokeuser is being used instead of the oozie user
>   * The principal is using 0.0.0.0 instead of the FQDN of the host.
>     
>     
>     
>     [root@c6401:~]$ kinit -k -t /etc/security/keytabs/spnego.service.keytab 
> HTTP/c6401.ambari.apache.org
>     [root@c6401:~]$ oozie admin --oozie http://0.0.0.0:11000/oozie -status 
>     Error: IO_ERROR : java.io.IOException: Error while connecting Oozie 
> server. No of retries = 1. Exception = Could not authenticate, 
> org.apache.hadoop.security.authentication.client.AuthenticationException: 
> Invalid SPNEGO sequence, status code: 400 
>     [root@c6401:~]$ oozie admin --oozie 
> http://c6401.ambari.apache.org:11000/oozie -status 
>     System mode: NORMAL
>     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to