You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Shrish Bajpai <s....@lancaster.ac.uk> on 2011/08/02 02:36:17 UTC

How to access contents of a Map Reduce job's working directory

I have just started to explore Hadoop but I am stuck in a situation now.

I want to run a MapReduce job in hadoop which needs to create a "setup"
folder in working directory. During the execution the job will generate
some additional text files within this "setup" folder. The problem is I
dont know how to access or move this setup folder content to my local file
system as at end of the job, the job directory will be cleaned up.

It would be great if you can help.

Regards
Shrish