Created 12-09-2022 08:10 AM
Metadata fetch for Impala on CDP fails with below error:
INFO: Connected to metastore.
alation.shims.HiveShimsBase$RetryingMetaStoreClient invoke
WARNING: MetaStoreClient lost connection. Attempting to reconnect (3 of 3) after 1s for getTableObjectsByName method with arguments: [test_sampling_and_profiling02, [stpsalewithmt1000drows, stpsalewithmt1000drows_view, stpsale_view, stpsalesample_view]]
org.apache.thrift.TApplicationException: Internal error processing get_table_objects_by_name
at org.apache.thrift.TApplicationException.read(TApplicationException.java:111)
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_table_objects_by_name(ThriftHiveMetastore.java:1496)
at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_table_objects_by_name(ThriftHiveMetastore.java:1482)
at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getTableObjectsByName(HiveMetaStoreClient.java:1431)
at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
CDP: 7.1.7
Created 12-18-2022 01:57 AM
Hi,
> Add the below configuration in HDFS from CM UI: CM -> hdfs -> Configuration
hadoop.proxyuser.hive.hosts = *
hadoop.proxyuser.hive.groups = *
> If the above is already set, please disable the DB notification API auth.
In Hive and Hive_On_Tez Service:
In Hive Service Advanced Configuration hive-site safety value:
Name: hive.metastore.event.db.notification.api.auth
Value: false
Restart stale configs and check if it works.
Regards,
Chethan YM