-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-19059. Update AWS Java SDK to 2.23.19 #6538
HADOOP-19059. Update AWS Java SDK to 2.23.19 #6538
Conversation
Integration and Unit Test results:
Most of these failures seem related to #6515 - and the fact that my static AWS credentials expire quite quickly, it seems. EDIT: On second thought, I think the ClassCast exception is being tracked at #6465. |
💔 -1 overall
This message was automatically generated. |
thanks. look at #6515 for some settings you can add to your auth-keys file to stop most of the landsat failures; this is how we will have to work around the failures on old releases...the full PR is intended for the future ones (3.4.1, 3.3.9) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
I know there are test failures but they are ongoing and due to external changes and other commits. merging
Contributed by Adnan Hemani
Contributed by Adnan Hemani
Description of PR
This upgrades the AWS Java SDK version to 2.23.19, which brings the S3 Access Grants plugin into the bundle.jar. We can then use that plugin to support S3 Access Grants with native capacity.
How was this patch tested?
Integration Tests ran against PDX (
us-west-2
). Results in next comment.For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?