You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Rodrigo Schmidt (JIRA)" <ji...@apache.org> on 2010/05/03 10:04:56 UTC

[jira] Created: (HADOOP-6743) Create a Writable class that stores a possibly incomplete list of FileStatus objects

Create a Writable class that stores a possibly incomplete list of FileStatus objects
------------------------------------------------------------------------------------

                 Key: HADOOP-6743
                 URL: https://issues.apache.org/jira/browse/HADOOP-6743
             Project: Hadoop Common
          Issue Type: New Feature
            Reporter: Rodrigo Schmidt
            Assignee: Rodrigo Schmidt


HDFS-1111 requires a class that stores a list of FileStatus objects and a flag stating whether the list is complete or not. Creating a new class inside hadoop common seems to the best solution since it allows other parts of Hadoop to use this general class.

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


[jira] Resolved: (HADOOP-6743) Create a Writable class that stores a possibly incomplete list of FileStatus objects

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

Rodrigo Schmidt resolved HADOOP-6743.
-------------------------------------

    Resolution: Won't Fix

Dhruba convinced me this should be solved inside HDFS-1111

> Create a Writable class that stores a possibly incomplete list of FileStatus objects
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6743
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6743
>             Project: Hadoop Common
>          Issue Type: New Feature
>    Affects Versions: 0.22.0
>            Reporter: Rodrigo Schmidt
>            Assignee: Rodrigo Schmidt
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6743.0.patch
>
>
> HDFS-1111 requires a class that stores a list of FileStatus objects and a flag stating whether the list is complete or not. Creating a new class inside hadoop common seems to the best solution since it allows other parts of Hadoop to use this general class.

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