Re: doubt about reduce tasks and block writes

2012-08-26 Thread Raj Vishwanathan
Harsh I did leave an escape route open witth a bit about "corner cases" :-)  Anyway I agree that HDFS has no notion of block 0. I just meant that had the dfs.replication is 1, there will be,under normal circumstances :-), no blocks of output file will be written to node A. Raj - Original

Measuring Shuffle time for MR job

2012-08-26 Thread praveenesh kumar
Is there a way to know the total shuffle time of a map-reduce job - I mean some command or output that can tell that ? I want to measure total map, total shuffle and total reduce time for my MR job -- how can I achieve it ? I am using hadoop 0.20.205 Regards, Praveenesh