You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Bridget Bevens (JIRA)" <ji...@apache.org> on 2014/08/08 20:35:11 UTC

[jira] [Created] (DRILL-1276) Issuing "SHOW Tables" in hive.default throws an exception

Bridget Bevens created DRILL-1276:
-------------------------------------

             Summary: 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


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)