Merging multiple files into one within Hadoop

Viewed 53595

I get multiple small files into my input directory which I want to merge into a single file without using the local file system or writing mapreds. Is there a way I could do it using hadoof fs commands or Pig?

Thanks!

8 Answers
Related