[
https://issues.apache.org/jira/browse/IMPALA-8455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon resolved IMPALA-8455.
---------------------------------
Resolution: Fixed
Assignee: bharath v
Fix Version/s: Impala 3.3.0
> GET_TABLE failed with InvalidStorageDescriptorException
> -------------------------------------------------------
>
> Key: IMPALA-8455
> URL: https://issues.apache.org/jira/browse/IMPALA-8455
> Project: IMPALA
> Issue Type: Bug
> Components: Catalog
> Affects Versions: Impala 3.2.0
> Reporter: Xiaomin Zhang
> Assignee: bharath v
> Priority: Critical
> Fix For: Impala 3.3.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]