-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18330 S3AFileSystem removes Path when calling createS3Client #4557
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 S3AFileSystem removes Path when calling createS3Client #4557
Conversation
💔 -1 overall
This message was automatically generated. |
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.
code looks great.
there's a few places in the test code where a new S3ClientFactory.S3ClientCreationParameters()
is created
and filled in. Can you set the path there for completeness?
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3ClientFactory.java
Show resolved
Hide resolved
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.
changes look great; no more suggestions.
now, testing diligence.
Which aws region did you run the hadoop-aws integration tests against, what where the cli settings?
this isn't just to put homework on you, the more people testing with different configs, the more likely we are to find failures before they ship.
+1 pending those aws-test results
|
aah, I'd merged this and only then noticed this was against 3.3.3. reverted. Can you create a PR with the final patch applied to trunk? and test it (just tell us the endpoint, no need for the other details). then we can merge there and back in to branch-3.3 the 3.3.3 branch is frozen; a fork was made earlier for a critical integration/cve release, which this doesn't qualify for...target the next release after that |
Oops!! sorry! Just created a new PR: #4572 |
First of all, sorry for the multiple PR's, it's because i cant push from my device because of security reasons and have to use https://github.dev/
Description of PR
Added a new parameter object (pathUrl) that holds the full s3a path
How was this patch tested?
mvn clean compile package
.For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?