codope commented on issue #5346: URL: https://github.com/apache/hudi/issues/5346#issuecomment-1104000813
@Aload you see that import in the decompiled class because hive dependency is shaded in hudi-flink-bundle. If you look at the [source code](https://github.com/apache/hudi/blob/release-0.10.1/hudi-flink/src/main/java/org/apache/hudi/sink/utils/HiveSyncContext.java) then the imports are fine. I've not run hive sync from IDE. My guess is this happens in IDE and you may have to change your settings to include dependencies in provided scope. Can you please try to run hive sync tool from command line? -- 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]
