[ https://issues.apache.org/jira/browse/HIVE-16276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sahil Takiar updated HIVE-16276: -------------------------------- Attachment: HIVE-16276.5.patch Thanks [~jcamachorodriguez] and [~bslim]. I've attached an updated patch, and validated locally that Hive-on-S3 works. Does the patch look good? > Fix NoSuchMethodError: > com.amazonaws.services.s3.transfer.TransferManagerConfiguration.setMultipartUploadThreshold(I)V > ---------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-16276 > URL: https://issues.apache.org/jira/browse/HIVE-16276 > Project: Hive > Issue Type: Sub-task > Reporter: Sahil Takiar > Assignee: Sahil Takiar > Attachments: HIVE-16276.1.patch, HIVE-16276.2.patch, > HIVE-16276.3.patch, HIVE-16276.4.patch, HIVE-16276.5.patch > > > The druid-handler is pulling in some com.amazonaws dependencies that conflict > with the version that Hadoop is using. This causes the above exception to be > thrown when running Hive against S3. This patch fixes the dependency issue by > shading the aws dependencies in the druid artifacts. Unfortunately, I can't > find a great way to add a test for this so it doesn't happen in the future. > We will need some more robust S3-integration tests for that. -- This message was sent by Atlassian JIRA (v6.3.15#6346)