You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2013/09/13 22:49:51 UTC

[jira] [Commented] (AMBARI-3229) Ambari does not set the correct value for "templeton.storage.class" in webhcat-site.xml

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

Sumit Mohanty commented on AMBARI-3229:
---------------------------------------

LGTM, +1
                
> 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
>
>         Attachments: AMBARI-3229.patch
>
>
> 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