[ https://issues.apache.org/jira/browse/HIVE-6018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-6018: ----------------------------------- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks, Navis! > 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 > Fix For: 0.13.0 > > 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)