rangareddy commented on issue #12553: URL: https://github.com/apache/hudi/issues/12553#issuecomment-2569002324
Hi @lijihuaxiaomo To further investigate this issue: 1. **Verify the presence of hive-exec.jar:** Please confirm that hive-exec.jar is located in the Flink's lib directory (or designated JAR location). If it's missing, download and place it there. 2. **Examine Flink logs:** Please review the logs for both the Flink **JobManager** and **TaskManagers** for any relevant error messages or warnings. 3. **Test without Hive synchronization:** Temporarily remove all Hive synchronization parameters from your Flink job configuration and re-run the job. This will help determine if the issue is related to Hive synchronization. Observe whether the job now functions as expected. 4. Check for network connectivity problems: As a final step, please investigate any potential network connectivity issues that might be affecting communication between Flink components or external systems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
