-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-16058 S3A to support terasort #577
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-16058 S3A to support terasort #577
Conversation
Change-Id: Icd7911bd44d1382287808f60566a2405265adbd4
tested: S3 london, s3guard, versioned bucket. No noted problems |
💔 -1 overall
This message was automatically generated. |
javac warning is about a deprected use of makeQualified(FileSystem); no plans to fix. |
How do you usually apply these pull requests locally for testing? Anything easier than (1) adding remote (2) checkout branch from new remote, etc.? Almost wish there was a "click to download .patch" here. |
+1 LGTM but have not tested yet. Working on that now. |
pulled your branch and ran into other compile issues
|
thanks for the review. I saw that test on yetus on the hadoop JIRA patch submission. I'm not going anywhere near that module or any of the POM changs, so I can't come up with any theory why they will have broken. Maybe your .m2 cache has got into a mess? |
given I've got that +1, is it OK for me to commit if I do a local retest? Just trying to keep my personal-PR-count under control. |
|
on trunk, the yarn smart-apply-patch works for me, provided I don't ask it to actually commit the PR
This will pull down the patch, apply it. doesn't seem to to work for older branches though...you'd probably need to update it everywhere to the latest yetus code. |
Yep +1 for you to commit it with a local re-test. Thanks for the contribution. Also thanks for the smart-apply-patch tip! |
VS.code seems to have a github plugin for in-IDE reviewing: need to play with that. If you really can review & comments from in an IDE, that'd be wonderful |
…ss public Author: Aditya Toomula <atoomula@linkedin.com> Reviewers: Prateek Maheshwari <pmaheshwari@apache.org> Closes apache#577 from atoomula/table3
HADOOP-16058 S3A to support terasort
Change-Id: Icd7911bd44d1382287808f60566a2405265adbd4