-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Hadoop-18330 #4548
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-18330 #4548
Conversation
…ontains the full s3a path
look in the aws testing policy doc to see how to test the patch. Afraid you need to test with your own s3 bucket and credentials. https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/testing.html we cannot change the client factory interface as that breaks every implementation and makes people unhappy, especially applications creating mock clients for testing. This is why we now have a S3ClientCreationParameters Parameter class which is extensible (HADOOP-13351). Add the path as a new field to it and set it in filesystem init |
💔 -1 overall
This message was automatically generated. |
why did you close this? |
|
https://issues.apache.org/jira/browse/HADOOP-18330
Description of PR
Added extra client attribute to the S3ClientCreation Parameters so that the full s3a path can be accessed!
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?