You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "bharath v (JIRA)" <ji...@apache.org> on 2019/04/25 21:34:00 UTC

[jira] [Updated] (IMPALA-8455) GET_TABLE failed with InvalidStorageDescriptorException

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

bharath v updated IMPALA-8455:
------------------------------
    Affects Version/s: Impala 3.2.0

> GET_TABLE failed with InvalidStorageDescriptorException
> -------------------------------------------------------
>
>                 Key: IMPALA-8455
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8455
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.2.0
>            Reporter: Xiaomin Zhang
>            Priority: Critical
>
> When ImpalaD is enabled local catalog mode, GET_TABLE call returns error when some table is using unsupported serde. 
> To reproduce:
> 1) Enable local catalog mode:
> --use_local_catalog=true
> --catalog_topic_mode=minimal
> --invalidate_tables_timeout_s=60
> 2) Create an CSV table:
> create table sample(id int)
>  row format serde 'org.apache.hadoop.hive.serde2.OpenCSVSerde'
>  stored as textfile;
> 3) In HUE, it shows below error while loading the tables:
> *LocalCatalogException: Could not load table default.sample from metastore CAUSED BY: TException: TGetPartialCatalogObjectResponse(status:TStatus(status_code:GENERAL, error_msgs:[TableLoadingException: Failed to load metadata for table: default.sample CAUSED BY: InvalidStorageDescriptorException: Impala does not support tables of this type. REASON: SerDe library 'org.apache.hadoop.hive.serde2.OpenCSVSerde' is not supported.]), lookup_status:OK)* 
> 4) "SHOW TABLES" is not affected and runs fine.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org