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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/03/10 23:04:47 UTC

[jira] Updated: (HADOOP-2470) Open and isDir should be removed from ClientProtocol

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

Tsz Wo (Nicholas), SZE updated HADOOP-2470:
-------------------------------------------

    Attachment: 2470_20080310.patch

2470_20080310.patch: deprecated of isDir(...) and open(...) in NameNode and ClientProtocol and removed the use of them.  Since there are already a lot of tests for testing the functionality, no additional tests are added.

> Open and isDir should be removed from ClientProtocol
> ----------------------------------------------------
>
>                 Key: HADOOP-2470
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2470
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.15.1
>            Reporter: Hairong Kuang
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: 2470_20080310.patch
>
>
> Methods open and isDir in ClientProtocol are no longer used. DFSClient uses getBlockLocations and getFileInfo instead. So open and isDir should be removed from ClientProtocol.

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