I have some questions about map reduce output part files.
-
1> What are the differences between part-r-* files and part-* files in map reduce output? part-r-* is output from mapper and part-* is from reducer?
2> If reducer doesn't produce any results, mapper output will be staying or will be deleted?