eshu commented on issue #13574: URL: https://github.com/apache/hudi/issues/13574#issuecomment-3092652787
@rangareddy This is a really bad solution. I would like to create my own fat jar with hudi, AWS hudi, some other packages. For this task I use `sbt-assembly`. And `hudi-spark3.5-bundle` contains a lot of other packages, they immediately starts to conflict with each other. Even hudi-aws starts to conflict with all dependencies that you put in `hudi-spark3.5-bundle`. I need to apply quite complicated merge strategy, and the biggest part is coming from your bundle. This job is quite cumbersome. If you want to make usage of your bundle convinient, it would be great to shadow all external dependencies that you include in your bundle. But you did not it, so the best solution for me is to use `hudi-spark3.5.x`. But it is broken. -- 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]
