Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
druid-hdfs-storage JAR is transitively pulling in hadoop-aws JAR 2.7.3, which creates classpath problems as a set of aws-sdk 1.10.77 JARs get on the CP, even with Hadoop 3 & its move to a full aws-sdk-bundle JAR.
Two options
- exclude the dependency
- force it up to whatever ${hadoop.version} is, so make it consistent
Attachments
Attachments
Issue Links
- relates to
-
HIVE-16276 Fix NoSuchMethodError: com.amazonaws.services.s3.transfer.TransferManagerConfiguration.setMultipartUploadThreshold(I)V
- Closed