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 "Robert Chansler (JIRA)" <ji...@apache.org> on 2008/10/22 01:00:44 UTC

[jira] Updated: (HADOOP-4007) Remove DFSFileInfo - FileStatus is sufficient

     [ https://issues.apache.org/jira/browse/HADOOP-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Chansler updated HADOOP-4007:
------------------------------------

    Release Note: Changed ClientProtocol getStatus and getListing to use the type FileStatus. Removed type DFSFileInfo.  (was: This patch removes the the type DFSFIleInfo (returned in getStatus and getListing ..) in the 
ClientProtocol and uses the type FileStatus instead.  
DFSFileInfo added no additional info and furthermore FileStatus is the data type used by
FileSystem Interface.
The client to name node protocol is changed.)
    Hadoop Flags: [Incompatible change, Reviewed]  (was: [Reviewed, Incompatible change])

> Remove DFSFileInfo - FileStatus is sufficient
> ---------------------------------------------
>
>                 Key: HADOOP-4007
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4007
>             Project: Hadoop Core
>          Issue Type: Sub-task
>          Components: dfs
>            Reporter: Sanjay Radia
>            Assignee: Sanjay Radia
>             Fix For: 0.19.0
>
>         Attachments: removeDFSInfo.patch, removeDFSInfo2.patch, removeDFSInfo3.patch, removeDFSInfo3_updated.patch
>
>
> DFSFileInfo extends FileStatus.
> FileSystem uses FileStatus.
> DFSFileInfo does not add any functionality. Remove it.

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