If I want to have an algorithm that runs over the same data multiple times
(it is an iterative algorithm) is there a way to have my MapReduce job use
the same directory for both input and output? Or do I need to make a temp
directory for each iteration?

Steve

Reply via email to