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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/12/20 01:33:43 UTC

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

Open and isDir should be removed from ClientProtocol
----------------------------------------------------

                 Key: HADOOP-2470
                 URL: https://issues.apache.org/jira/browse/HADOOP-2470
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.15.1
            Reporter: Hairong Kuang
             Fix For: 0.16.0


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.