steveloughran commented on issue #1936: HADOOP-16932. distcp copy calls getFileStatus() needlessly and can fail against S3 URL: https://github.com/apache/hadoop/pull/1936#issuecomment-609764508 local test run happy; the test failures are close but probably unrelated. ``` [INFO] Running org.apache.hadoop.tools.TestDistCpSystem [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.917 s - in org.apache.hadoop.tools.TestDistCpSystem [INFO] [INFO] Results: [INFO] [INFO] Tests run: 347, Failures: 0, Errors: 0, Skipped: 0 [INFO] ``` One thing to worry about: yetus doesn't normally run distCP tests because there are so few patches against it. Could be an intrinsic problem. I'm going to rebase and resubmitted to see what happens.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
