[
https://issues.apache.org/jira/browse/TAJO-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956607#comment-14956607
]
ASF GitHub Bot commented on TAJO-1928:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/826
TAJO-1928: Can't read parquet on hive meta
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1928
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/826.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #826
----
commit 95a9bac46be404b140ad5b976d2fc322be1ff622
Author: Jinho Kim <[email protected]>
Date: 2015-10-14T09:54:53Z
TAJO-1928: Can't read parquet on hive meta
----
> 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
> {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)