- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to run query select * from <table_name>
- Labels:
-
Apache Hive
-
Apache Impala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://www.cloudera.com/content/www/en-us/documentation/enterprise/latest/topics/impala_file_formats...
Created ‎11-03-2015 01:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Thanks for the reply. I will get back to you with the information shortly.
Created ‎11-05-2015 10:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Here is the output from hive/impala. Table is created in hive.
Created ‎11-05-2015 10:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
recommend using Parquet, which is supported by Hive, MapReduce, Impala and
many other systems.
Created ‎11-06-2015 01:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://www.cloudera.com/content/www/en-us/documentation/enterprise/latest/topics/impala_file_formats...
Created ‎11-12-2015 10:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your support. Case is closed now.
