Hi,
I see below error,
Could some one please help.
[dayrhedpru007.enterprisenet.org:21000] > select * from events_census limit 2;
Query: select * from events_census limit 2
ERROR: AnalysisException: Failed to load metadata for table: agf_dev.events_census
CAUSED BY: TableLoadingException: Unrecognized table type for table: agf_dev.events_census
Created 11-06-2015 09:06 AM
Created 11-03-2015 01:33 PM
You may be querying an unsupported table type, or the table metadata may be corrupted. We don't support all of Hive's table storage options.
If you run "show create table table_name" in Impala, or Hive if it fails in Impala, this will have more information about how the table is stored.
Created 11-04-2015 12:18 AM
Hi Tim,
Many thanks for the reply. I am trying to find out root cause of this issue and issue is present only for one table but for other tables.
I am trying to find out to check if the metadata is corrupted or not.
How to check the same, your help is valuable.
Created 11-04-2015 07:13 AM
It would be useful to know how the table was created. Was it created in Impala or another tool like Hive? If you created it in Hive, can you query it from hive?
Created 11-04-2015 09:14 PM
Hi
Thanks for the reply. I will get back to you with the information shortly.
Created 11-05-2015 10:35 PM
Hi,
Here is the output from hive/impala. Table is created in hive.
Created 11-05-2015 10:46 PM
Created 11-06-2015 01:48 AM
Hi,
Many thanks for the information.
Is there any official web link which informs us about orc format being not supported?
Created 11-06-2015 09:06 AM
Created 11-12-2015 10:02 PM
Thanks for your support. Case is closed now.