steveloughran commented on pull request #1875: URL: https://github.com/apache/hadoop/pull/1875#issuecomment-700862736
3.2 and 3.3 have diverged so much in s3a. I tried a bit of a backport and gave up. Now, internally, CDH 7/CDP is built on the 3.1+ codebase, with much of the s3a changes backported. But its not always easy, and was done as code was added * mockito changes break tests, even though things compile * commons-lang is trouble * some things (multipart uploader API) haven't gone back I'm reluctant to replicate the same problems here. What would be good * do an AWS SDK update everywhere * on older releases, turn off tests we know are flakly/fixed with big changes on later branches * backport FS API Changes (openFile() in particular) so that code can compile more broadly against them. That doesn't mean backporting all the speedups behind the scenes, just the API ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
