You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Mujumdar (JIRA)" <ji...@apache.org> on 2013/12/12 05:56:07 UTC

[jira] [Commented] (HIVE-6018) FetchTask should not reference metastore classes

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

Prasad Mujumdar commented on HIVE-6018:
---------------------------------------

Looks fine to me.
+1


> FetchTask should not reference metastore classes
> ------------------------------------------------
>
>                 Key: HIVE-6018
>                 URL: https://issues.apache.org/jira/browse/HIVE-6018
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-6018.1.patch.txt
>
>
> The below code parts in PartitionDesc throws NoClassDefFounError sometimes  in execution.
> {noformat}
> public Deserializer getDeserializer() {
>     try {
>       return MetaStoreUtils.getDeserializer(Hive.get().getConf(), getProperties());
>     } catch (Exception e) {
>       return null;
>     }
>   }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)