Re: When is configure and close run

2009-06-24 Thread Saptarshi Guha
Thank you! Just to confirm. Consider a JVM (that is being reused), has to reduce K1,{V11,V12,V13..} and K2,{V21,V22,V23,}. Then the configure and close methods are called once each for both K1,{V11,...} and K2,{V2,}? Is my understanding correct? Once again, there is no combiner, and it

Re: When is configure and close run

2009-06-22 Thread jason hadoop
configure and close are run for each task, mapper and reducer. The configure and close are NOT run on the combiner class. On Mon, Jun 22, 2009 at 9:23 AM, Saptarshi Guha saptarshi.g...@gmail.comwrote: Hello, In a mapreduce job, a given map JVM will run N map tasks. Are the configure and close