Robert Levas created AMBARI-19133:
-------------------------------------
Summary: 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
Fix For: 2.5.0
{{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)