boneanxs opened a new issue #4474:
URL: https://github.com/apache/hudi/issues/4474


   As we introduce support for DynamoDb based lock by 
[HUDI-2314](https://github.com/apache/hudi/pull/3486/files), can we shade all 
aws dependencies for all our bundled jars(spark, flink)? As many users also 
import their own aws packages but also use hudi, which could cause many class 
conflicts like following error:
   
   ``` java
   java.lang.NoSuchMethodError: 
com.amazonaws.http.HttpResponse.getHttpRequest()Lcom/amazonaws/thirdparty/apache/http/client/methods/HttpRequestBase;
        at 
com.amazonaws.services.s3.internal.S3ObjectResponseHandler.abortableIs(S3ObjectResponseHandler.java:64)
        at 
com.amazonaws.services.s3.internal.S3ObjectResponseHandler.handle(S3ObjectResponseHandler.java:57)
   ```
   
   I'm not sure whether shading these jars will introduce other issues or not. 
@zhedoubushishi Can you take a look at this issue?


-- 
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]


Reply via email to