boneanxs commented on issue #4474:
URL: https://github.com/apache/hudi/issues/4474#issuecomment-1002859639
For our internal hudi version, we shade aws dependencies, you can add new
relocation and build a new bundle package:
For example, to shade aws dependencies in spark, add following codes in
**packaging/hudi-spark-bundle/pom.xml**
```xml
<!-- line 185-->
<relocation>
<pattern>com.amazonaws.</pattern>
<shadedPattern>${spark.bundle.spark.shade.prefix}com.amazonaws.</shadedPattern>
</relocation>
```
--
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]