What is the effective way to copy smaller files from multiple HDFS folders to one destination folder? The smaller files also need to be merged for Map-Reduce to be effective.
Asked
Active
Viewed 1,153 times
0
-
Possible duplicate: http://stackoverflow.com/questions/3548259/merging-multiple-files-into-one-within-hadoop – ffriend Aug 06 '13 at 13:05
2 Answers
0
You can simply run default Map-Reduce job (with default Mapper and Reducer) with "multiple HDFS folders" as input and one destination folder as output.

Obus
- 51
- 1
- 6