[
https://issues.apache.org/jira/browse/PIG-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753339#comment-13753339
]
Daniel Dai commented on PIG-3426:
---------------------------------
Seems the s3 issue is it does an asynchronized delete, right? In that case,
does fs.delete gave you true or false? I am worrying if the delete fail due to
some other reason (such as permission), Pig is keep retrying unnecessarily. Can
we retry only when fs.delete gave true?
> Add support for removing s3 files
> ---------------------------------
>
> Key: PIG-3426
> URL: https://issues.apache.org/jira/browse/PIG-3426
> Project: Pig
> Issue Type: Improvement
> Reporter: Jeremy Karn
> Assignee: Jeremy Karn
> Attachments: PIG-3426.patch
>
>
> Can now do something like:
> {code}
> rmf s3n://my-bucket/my-tempfile;
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira