Replace usage of FileStatus#isDir()
-----------------------------------
Key: MAPREDUCE-1535
URL: https://issues.apache.org/jira/browse/MAPREDUCE-1535
Project: Hadoop Map/Reduce
Issue Type: Improvement
Affects Versions: 0.22.0
Reporter: Eli Collins
Assignee: Eli Collins
Fix For: 0.22.0
HADOOP-6585 will deprecate FileStatus#isDir(). This jira is for replacing all
uses of isDir() in MR with checks of isDirectory() or isFile() as needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.