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 "Krishna Ramachandran (JIRA)" <ji...@apache.org> on 2010/10/13 02:24:33 UTC

[jira] Created: (HADOOP-7000) Options.createOpts should provide API to set Progressable

Options.createOpts should provide API to set Progressable
---------------------------------------------------------

                 Key: HADOOP-7000
                 URL: https://issues.apache.org/jira/browse/HADOOP-7000
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Krishna Ramachandran


Hadoop common FileContext APIs provide means to create OutPutStream with write-progress reporting using CreateOpts. 

In existing Options.CreateOpts.Progess the constructor (with Progressable as argument) is protected.  A method to obtain a Progress instance is missing. 

Attaching a preliminary suggested fix


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


[jira] Updated: (HADOOP-7000) Options.createOpts should provide API to access Progress

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

Krishna Ramachandran updated HADOOP-7000:
-----------------------------------------

    Summary: Options.createOpts should provide API to access Progress  (was: Options.createOpts should provide API to set Progressable)

> Options.createOpts should provide API to access Progress
> --------------------------------------------------------
>
>                 Key: HADOOP-7000
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7000
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Krishna Ramachandran
>         Attachments: HADOOP-7000.patch
>
>
> Hadoop common FileContext APIs provide means to create OutPutStream with write-progress reporting using CreateOpts. 
> In existing Options.CreateOpts.Progess the constructor (with Progressable as argument) is protected.  A method to obtain a Progress instance is missing. 
> Attaching a preliminary suggested fix

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


[jira] Updated: (HADOOP-7000) Options.createOpts should provide API to access Progress

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

Krishna Ramachandran updated HADOOP-7000:
-----------------------------------------

    Attachment: HADOOP-7000-1.patch

Updated test to include Progress

> Options.createOpts should provide API to access Progress
> --------------------------------------------------------
>
>                 Key: HADOOP-7000
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7000
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Krishna Ramachandran
>         Attachments: HADOOP-7000-1.patch, HADOOP-7000.patch
>
>
> Hadoop common FileContext APIs provide means to create OutPutStream with write-progress reporting using CreateOpts. 
> In existing Options.CreateOpts.Progess the constructor (with Progressable as argument) is protected.  A method to obtain a Progress instance is missing. 
> Attaching a preliminary suggested fix

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


[jira] Updated: (HADOOP-7000) Options.createOpts should provide API to set Progressable

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

Krishna Ramachandran updated HADOOP-7000:
-----------------------------------------

    Attachment: HADOOP-7000.patch

simple suggested fix

> Options.createOpts should provide API to set Progressable
> ---------------------------------------------------------
>
>                 Key: HADOOP-7000
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7000
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Krishna Ramachandran
>         Attachments: HADOOP-7000.patch
>
>
> Hadoop common FileContext APIs provide means to create OutPutStream with write-progress reporting using CreateOpts. 
> In existing Options.CreateOpts.Progess the constructor (with Progressable as argument) is protected.  A method to obtain a Progress instance is missing. 
> Attaching a preliminary suggested fix

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