Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
As we have seen multiple times in the mailing list, users want to have the capability of getting all files out of a multi-level directory structure.
One solution that our users had is to write a new FileInputFormat, but that means all existing FileInputFormat subclasses need to be changed in order to support this feature.
We can easily provide a JobConf option (which defaults to false) to FileInputFormat.listStatus(...) to recursively go into directory structure.
Attachments
Attachments
Issue Links
- blocks
-
HIVE-1083 allow sub-directories for an external table/partition
- Open
- relates to
-
MAPREDUCE-1577 FileInputFormat in the new mapreduce package to support multi-level/recursive directory listing
- Resolved