You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2015/10/14 12:07:05 UTC

[jira] [Updated] (TAJO-1928) Can't read parquet on hive meta

     [ https://issues.apache.org/jira/browse/TAJO-1928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jinho Kim updated TAJO-1928:
----------------------------
    Description: 
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}

  was:
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}


> 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)