Hadoop Map Reduce Output

During the Map Reduce job run,
The map tasks output would be written into local file system of each node where the map task is running. This will be removed once the job is completed. The location of this directory is defined using this property mapreduce.cluster.local.dir

The reduce tasks output would be persisted into HDFS and followed by necessary replication will happen

Leave a comment