You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2010/02/22 04:38:27 UTC

[jira] Created: (HDFS-995) Replace usage of FileStatus#isDir()

Replace usage of FileStatus#isDir()
-----------------------------------

                 Key: HDFS-995
                 URL: https://issues.apache.org/jira/browse/HDFS-995
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
    Affects Versions: 0.22.0
            Reporter: Eli Collins
            Assignee: Eli Collins
             Fix For: 0.22.0


HADOOP-6585 is going to deprecate FileStatus#isDir(). This jira is for replacing all uses of isDir() in HDFS with checks of isDirectory(), isFile(), or isSymlink() as needed.

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