-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17112. S3A committers can't handle whitespace in paths. #2953
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-17112. S3A committers can't handle whitespace in paths. #2953
Conversation
Contributed by Krzysztof Adamski. Change-Id: I39e935ba569547a1c990fd1ebebf13204d831216
|
Testing, S3 london; usual intermittent buffer under-read (spurious) failure I get |
|
Update: even fixing up terasort to pass in .toURI.toString down the cli, teragen didn't do the right thing. Not worrying about that. |
|
Self reviewing this PR BTW: the code fix is from @krsss85, my contribs are only the test and, er, the original bug. +1 pending yetus |
|
🎊 +1 overall
This message was automatically generated. |
Contributed by Krzysztof Adamski. Change-Id: I2746aabcfeb0fbb138a80b02c4d5bbf2a8cf75da
…e#2953) Contributed by Krzysztof Adamski.
Contributed by Krzysztof Adamski. (cherry picked from commit 88a550b) Conflicts: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/commit/ITestCommitOperations.java
Contributed by Krzysztof Adamski.
This is the fix from the JIRA with a space added to one of the test files to replicate the problem and then to verify the fix works.