[
https://issues.apache.org/jira/browse/DRILL-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101592#comment-14101592
]
Bridget Bevens commented on DRILL-1276:
---------------------------------------
Updated the Registering Hive page with the following note:
Currently, Drill only works with Hive version 0.12. To access Hive tables using
custom SerDes or InputFormat/OutputFormat, all nodes running Drillbits must
have the SerDes or InputFormat/OutputFormat JAR files in the Drill /lib folder.
> Issuing "SHOW Tables" in hive.default throws an exception
> ---------------------------------------------------------
>
> Key: DRILL-1276
> URL: https://issues.apache.org/jira/browse/DRILL-1276
> Project: Apache Drill
> Issue Type: Bug
> Components: Documentation
> Reporter: Bridget Bevens
> Priority: Minor
> Fix For: 0.4.0
>
>
> Issuing "SHOW Tables" in hive.default results the following exception:
> >
> > Query failed: Failure while running fragment.
> > org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat
> > [aceb5ec8-0168-4c63-ac81-fa8fad9aed1d]
> >
> > Error: exception while executing query: Failure while trying to get next
> > result batch. (state=,code=0)
> >
> Update documentation to provide workaround for the issue:
> Parquet serde in Hive 0.12 is not native, you must be having a downloaded
> parquet serde in Hive lib or in Hive classpath. Drill is not able to find
> that class in its classpath, so throwing the exception. However for some
> reason the error message got truncated (it is missing the classnotfound
> exception part). To resolve this copy the parquet serde to Drill lib folder.
--
This message was sent by Atlassian JIRA
(v6.2#6252)