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 "Nicolas Spiegelberg (JIRA)" <ji...@apache.org> on 2010/07/08 03:59:49 UTC

[jira] Created: (HADOOP-6854) Cannot Configure 'progress' with CreateOpts API

Cannot Configure 'progress' with CreateOpts API
-----------------------------------------------

                 Key: HADOOP-6854
                 URL: https://issues.apache.org/jira/browse/HADOOP-6854
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.21.0, 0.22.0
            Reporter: Nicolas Spiegelberg
            Priority: Minor
             Fix For: 0.21.0, 0.22.0
         Attachments: progress.patch

Noticed that CreateOpts class specifies a Progress class, but does not allow you to specify a Progressable object.  Need to add static function to set this API element.  Trying to get FileContext on parity with old FileSystem API.

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


[jira] Updated: (HADOOP-6854) Cannot Configure 'progress' with CreateOpts API

Posted by "Nicolas Spiegelberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Spiegelberg updated HADOOP-6854:
----------------------------------------

    Attachment: progress.patch

3-line fix should apply cleanly on 0.21 + 0.22.

> Cannot Configure 'progress' with CreateOpts API
> -----------------------------------------------
>
>                 Key: HADOOP-6854
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6854
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: progress.patch
>
>
> Noticed that CreateOpts class specifies a Progress class, but does not allow you to specify a Progressable object.  Need to add static function to set this API element.  Trying to get FileContext on parity with old FileSystem API.

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


[jira] Commented: (HADOOP-6854) Cannot Configure 'progress' with CreateOpts API

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886236#action_12886236 ] 

Chris Douglas commented on HADOOP-6854:
---------------------------------------

A similar case for rename came up in MAPREDUCE-972. Would it be worth considering adding {{Progresable}} support for other {{FileContext}} operations?

> Cannot Configure 'progress' with CreateOpts API
> -----------------------------------------------
>
>                 Key: HADOOP-6854
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6854
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: progress.patch
>
>
> Noticed that CreateOpts class specifies a Progress class, but does not allow you to specify a Progressable object.  Need to add static function to set this API element.  Trying to get FileContext on parity with old FileSystem API.

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