- Newest
- Most votes
- Most comments
Potential Issues in CloudFormation Template:
If Hive is defaulting to a local database, it’s possible that the hive-site.xml configuration isn’t being properly applied or overridden by another configuration. Ensure that the hive-site classification in your CloudFormation template is correctly formatted and that no other conflicting configurations are being applied elsewhere in the EMR setup.
Additional Configuration Steps for Hudi:
For Hudi to properly connect to the RDS Hive Metastore, ensure that Hudi's configuration explicitly points to the Hive Metastore in the hive-site.xml. Additionally, confirm that the Hive service is using the correct hive-site.xml file. Hudi generally relies on Hive’s configurations, so if Hive is correctly configured, Hudi should follow suit.
Logs and Configurations to Check:
Check the following logs and configurations:
- Hive Logs: Located in /var/log/hive/ on the EMR cluster nodes. These logs will show whether Hive is connecting to the RDS instance or a local Derby database.
- EMR Step Logs: Review the step logs in the EMR console to see if there are any indications that the configuration was not applied correctly.
- hive-site.xml: Manually inspect the hive-site.xml file on the EMR cluster to ensure it has the correct RDS configuration after the cluster is launched.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 3 months ago