5

I've tried running

hadoop fs -getmerge 

on a directory of .deflate files. The result is a compressed file on my local machine.

What is the easiest way to download the entire directory in uncompressed format on to my local machine?

1 Answer 1

4

Try this:

hadoop fs -text /some/where/job-output/part-* 

Not the answer you're looking for? Browse other questions tagged or ask your own question.