a0x commented on issue #4442: URL: https://github.com/apache/hudi/issues/4442#issuecomment-1005363447
Finally I fixed this problem by removing aws deps in `packing/hudi-spark-bundle/pom.xml` and recompiling it myself. ```xml <!-- line 106, NEED TO REMOVE --> <include>com.amazonaws:dynamodb-lock-client</include> <include>com.amazonaws:aws-java-sdk-dynamodb</include> <include>com.amazonaws:aws-java-sdk-core</include> ``` -- 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]
