[
https://issues.apache.org/jira/browse/AMBARI-19133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745027#comment-15745027
]
Hudson commented on AMBARI-19133:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #6215 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6215/])
AMBARI-19133. hadoop.proxyuser.HTTP.hosts should not be updated when (rlevas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=aef605ebcc91ac048998aa7f585c0e34d2398c94])
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/state/kerberos/VariableReplacementHelperTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/kerberos/VariableReplacementHelper.java
* (edit)
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/kerberos.json
> hadoop.proxyuser.HTTP.hosts should not be updated when Hive is installed
> unless WebHcat is installed
> ----------------------------------------------------------------------------------------------------
>
> Key: AMBARI-19133
> URL: https://issues.apache.org/jira/browse/AMBARI-19133
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: kerberos, kerberos_descriptor
> Fix For: 2.5.0
>
> Attachments: AMBARI-19133_branch-2.5_01.patch,
> AMBARI-19133_branch-2.5_02.patch, AMBARI-19133_trunk_01.patch,
> AMBARI-19133_trunk_02.patch
>
>
> {{hadoop.proxyuser.HTTP.hosts}} should not be updated when Hive is installed
> unless WebHcat is installed.
> This is happening because the following block in the Kerberos descriptor is
> at the HIVE service level rather than the WEBHCAT_SERVER component level.
> {code}
> {
> "core-site": {
> "hadoop.proxyuser.HTTP.hosts":
> "${clusterHostInfo/webhcat_server_host}"
> }
> },
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)