Re: Reducer called twice for same key

2015-06-29 Thread Shahab Yunus
at 12:40 AM, Ravikant Dindokar ravikant.i...@gmail.com wrote: Hi Hadoop user, I have two map classes processing two different input files. Both map functions have same key,value format to emit. But Reducer called twice for same key , one for value from first map while one for value from

Re: Reducer called twice for same key

2015-06-29 Thread Ravikant Dindokar
have two map classes processing two different input files. Both map functions have same key,value format to emit. But Reducer called twice for same key , one for value from first map while one for value from other map. I am printing (key ,value) pairs in reducer

Re: Reducer called twice for same key

2015-06-29 Thread Harshit Mathur
. But Reducer called twice for same key , one for value from first map while one for value from other map. I am printing (key ,value) pairs in reducer : ./container_1435326857837_0036_01_000102/stdout:Reduce:391:-1#11 ./container_1435326857837_0036_01_000102/stdout:Reduce:391

Re: Reducer called twice for same key

2015-06-29 Thread Ravikant Dindokar
. On Mon, Jun 29, 2015 at 12:40 AM, Ravikant Dindokar ravikant.i...@gmail.com wrote: Hi Hadoop user, I have two map classes processing two different input files. Both map functions have same key,value format to emit. But Reducer called twice for same key , one for value from first map while

Reducer called twice for same key

2015-06-28 Thread Ravikant Dindokar
Hi Hadoop user, I have two map classes processing two different input files. Both map functions have same key,value format to emit. But Reducer called twice for same key , one for value from first map while one for value from other map. I am printing (key ,value) pairs in reducer

Re: Reducer called twice for same key

2015-06-28 Thread Harshit Mathur
Hadoop user, I have two map classes processing two different input files. Both map functions have same key,value format to emit. But Reducer called twice for same key , one for value from first map while one for value from other map. I am printing (key ,value) pairs in reducer

Re: Reducer called twice for same key

2015-06-28 Thread Ravikant Dindokar
ravikant.i...@gmail.com wrote: Hi Hadoop user, I have two map classes processing two different input files. Both map functions have same key,value format to emit. But Reducer called twice for same key , one for value from first map while one for value from other map. I am printing (key