[
https://issues.apache.org/jira/browse/TAJO-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14961678#comment-14961678
]
ASF GitHub Bot commented on TAJO-1928:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/tajo/pull/826
> Can't read parquet on hive meta
> -------------------------------
>
> Key: TAJO-1928
> URL: https://issues.apache.org/jira/browse/TAJO-1928
> Project: Tajo
> Issue Type: Bug
> Components: Catalog
> Affects Versions: 0.11.0
> Environment: apache-hive-1.2.1
> apache-hadoop-2.7.1
> Reporter: Jinho Kim
> Assignee: Jinho Kim
>
> We should remove deprecated serde and in/output formatter
> * tajo
> {noformat}
> default> select count(*) from lineitem_parquet_hive;
> ERROR: internal error: org.apache.tajo.exception.UnknownDataFormatException:
> unknown data format:
> 'org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat'
> default>
> {noformat}
> * hive
> {noformat}
> hive> desc formatted lineitem_parquet;
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.ClassNotFoundException
> Class parquet.hive.serde.ParquetHiveSerDe not found
> hive>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)