[
https://issues.apache.org/jira/browse/HADOOP-6743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dhruba borthakur updated HADOOP-6743:
-------------------------------------
Status: Open (was: Patch Available)
I still do not think that we need to add a public api for this functionality.
The methods in o.a.h.fs classes define the generic FileSystem class.
HDFS-1111 requires that a new class be defined in
org.apache.hadoop.hdfs.protocol and not in o.a.h.fs. Do you agree? The new data
structure will be similar to others like LocatedBlocks, BlockListAsLongs, etc.
> 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.