Description
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.
Attachments
Attachments
Issue Links
- is blocked by
-
HADOOP-6585 Add FileStatus#isDirectory and isFile
- Closed