Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

CDH 5.4.7 Impala Failed to load metadata for table

avatar
New Contributor

After upgrade CDH 5.4.1 to 5.4.7 I've got errors like this:

 

impala shell > select count(1) from tablename;

 

ERROR: AnalysisException: Failed to load metadata for table: tablename

CAUSED BY: TableLoadingException: java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Iface.get_table_statistics_req(Lorg/apache/hadoop/hive/metastore/api/TableStatsRequest;)Lorg/apache/hadoop/hive/metastore/api/TableStatsResult;
CAUSED BY: ExecutionException: java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Iface.get_table_statistics_req(Lorg/apache/hadoop/hive/metastore/api/TableStatsRequest;)Lorg/apache/hadoop/hive/metastore/api/TableStatsResult;
CAUSED BY: NoSuchMethodError: org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Iface.get_table_statistics_req(Lorg/apache/hadoop/hive/metastore/api/TableStatsRequest;)Lorg/apache/hadoop/hive/metastore/api/TableStatsResult;

 

Where should I look?

Please, help.

Who agreed with this topic