Mahadev konar created AMBARI-3229:
-------------------------------------
Summary: Ambari does not set the correct value for
"templeton.storage.class" in webhcat-site.xml
Key: AMBARI-3229
URL: https://issues.apache.org/jira/browse/AMBARI-3229
Project: Ambari
Issue Type: Bug
Affects Versions: 1.4.1
Reporter: Mahadev konar
Assignee: Mahadev konar
Fix For: 1.4.1
Ambari does not set the correct value for "templeton.storage.class" in
webhcat-site.xml
In an Ambari deployed cluster currently the following value in
/etc/hcatalog/conf/webhcat-site.xml is set incorrectly:
<property>
<name>templeton.storage.class</name>
<value>org.apache.hcatalog.templeton.tool.ZooKeeperStorage</value>
</property>
With the change from HIVE-4895 this should be:
<property>
<name>templeton.storage.class</name>
<value>org.apache.hive.hcatalog.templeton.tool.ZooKeeperStorage</value>
</property>
All jobs involving MapReduce fail because of this issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira