Created 07-06-2022 05:23 AM
I converted non-ha hadoop cluster to ha hadoop cluster using below article
After conversion, getting "HiveServer2Error: ImpalaRuntimeException: Error making 'add_partitions' RPC to Hive Metastore" exception while trying to upload file
What can cause this problem ?
Created 11-29-2023 10:40 PM
Thanks. I was able to resolve it by updating the location in hive meta store.
Created 11-06-2023 05:11 AM
The error message "HiveServer2Error: ImpalaRuntimeException: Error making 'add_partitions' RPC to Hive Metastore" typically indicates a problem when Impala, a distributed SQL query engine, tries to interact with the Hive Metastore service to add partitions. This error can be caused by several factors, and it usually points to an issue with the Hive Metastore service or the interaction between Impala and Hive. Here are some common causes and troubleshooting steps for this error:
Hive Metastore Service Issues:
Metastore Configuration:
Metastore Database Issues:
Authorization and Authentication:
Log Analysis:
Resource Limitations:
Software Versions:
Cluster Issues:
Network Issues:
Database Locks:
If you have access to detailed logs or additional error messages, those can be particularly helpful in diagnosing the specific problem that led to this error. Depending on your environment and configurations, the resolution may involve addressing one or more of the above factors.
Created 11-29-2023 10:40 PM
Thanks. I was able to resolve it by updating the location in hive meta store.