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 "Aaron Kimball (JIRA)" <ji...@apache.org> on 2009/10/20 20:01:59 UTC

[jira] Created: (HADOOP-6324) FileSystem API should allow progress callbacks in rename and delete

FileSystem API should allow progress callbacks in rename and delete
-------------------------------------------------------------------

                 Key: HADOOP-6324
                 URL: https://issues.apache.org/jira/browse/HADOOP-6324
             Project: Hadoop Common
          Issue Type: Improvement
          Components: fs
            Reporter: Aaron Kimball


Some operations (e.g., rename and delete) can take very long running times on some filesystem implementations (e.g., S3). The API should provide the ability to include progress callbacks during these operations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-6324) FileSystem API should allow progress callbacks in rename and delete

Posted by "Steve Loughran (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768193#action_12768193 ] 

Steve Loughran commented on HADOOP-6324:
----------------------------------------

might be good if these progress callbacks had the ability to cancel the operation too; it could be gone more gracefully than just interrupting the relevant thread.

> FileSystem API should allow progress callbacks in rename and delete
> -------------------------------------------------------------------
>
>                 Key: HADOOP-6324
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6324
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Aaron Kimball
>
> Some operations (e.g., rename and delete) can take very long running times on some filesystem implementations (e.g., S3). The API should provide the ability to include progress callbacks during these operations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.