BruceKellan commented on issue #8136: URL: https://github.com/apache/hudi/issues/8136#issuecomment-1461231411
Hi kkrugler, I have seen your project code. Hudi-flink is not directly open to users. You rely on hudi-flink in your code, so you indirectly depend on org.apache.hudi:hudi-flink1.16.x:jar, you can check it by executing this command: ```shell mvn dependency:tree ``` Since it is unrealistic and unfriendly for users to sort out the internal dependency structure, we provide bundle packages, and users only need to rely on the hudi-flink-bundle-jar. Such as [hudi-flink1.15-bundle](https://mvnrepository.com/artifact/org.apache.hudi/hudi-flink1.15-bundle/0.13.0). -- 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]
