You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/04 07:49:14 UTC

[GitHub] [hadoop] rbalamohan opened a new pull request #1591: HADOOP-16629: support copyFile in s3afilesystem

rbalamohan opened a new pull request #1591: HADOOP-16629: support copyFile in s3afilesystem
URL: https://github.com/apache/hadoop/pull/1591
 
 
   Changes:
   This is subtask of HADOOP-16604 which aims to provide copy functionality for cloud native applications. Intent of this PR is to provide `copyFile(URI src, URI dst)` functionality for S3AFileSystem (HADOOP-16629).
   
   Testing was done in `region=us-west-2` on my local laptop.
   ```
   [ERROR] Tests run: 1090, Failures: 5, Errors: 22, Skipped: 318
   ```
   
   I observed good number of tests timing out and few of them throwing NPE. e.g
   
   ```
   [ERROR] testPrefixVsDirectory(org.apache.hadoop.fs.s3a.ITestAuthoritativePath)  Time elapsed: 13.164 s  <<< ERROR!
   java.lang.NullPointerException
   	at org.apache.hadoop.fs.s3a.ITestAuthoritativePath.teardown(ITestAuthoritativePath.java:94)
   ```
   
   I will check if i can run few more runs to reduce the error count.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org