-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35570/
-----------------------------------------------------------
Review request for Ambari, Dmitro Lisnichenko and Sumit Mohanty.
Bugs: AMBARI-11978
https://issues.apache.org/jira/browse/AMBARI-11978
Repository: ambari
Description
-------
Ambari alerts are trying to do a kinit with the oozie authentication principal
(which will be set to * to allow for multiple HTTP/* principals for HA
scenarios). The '*' is expanded by shell and bin (which was a file/dir name)
was sent as the principal to the KDC
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java
22e80a3
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/alerts.json
e02a66a
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/alerts/alert_check_oozie_server.py
cc4d52b
ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/alerts.json
ceb923c
Diff: https://reviews.apache.org/r/35570/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi