HADOOP-18330 S3AFileSystem removes Path when calling createS3Client#4557
Conversation
|
💔 -1 overall
This message was automatically generated. |
steveloughran
left a comment
There was a problem hiding this comment.
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
steveloughran
left a comment
There was a problem hiding this comment.
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-binaryfiles?