Re: What happens when I do not output anything from my mapper

2012-06-04 Thread praveenesh kumar
You can control your map outputs based on any condition you want. I have done that - it worked for me. It could be your code problem that its not working for you. Can you please share your map code or cross-check whether your conditions are correct ? Regards, Praveenesh On Mon, Jun 4, 2012 at 5:5

RE: What happens when I do not output anything from my mapper

2012-06-04 Thread Devaraj k
. Thanks Devaraj From: praveenesh kumar [praveen...@gmail.com] Sent: Monday, June 04, 2012 5:57 PM To: common-user@hadoop.apache.org Subject: Re: What happens when I do not output anything from my mapper You can control your map outputs based on any condition

Re: What happens when I do not output anything from my mapper

2012-06-04 Thread murat migdisoglu
___ > From: praveenesh kumar [praveen...@gmail.com] > Sent: Monday, June 04, 2012 5:57 PM > To: common-user@hadoop.apache.org > Subject: Re: What happens when I do not output anything from my mapper > > You can control your map outputs based on any condi

RE: What happens when I do not output anything from my mapper

2012-06-04 Thread Devaraj k
From: murat migdisoglu [murat.migdiso...@gmail.com] Sent: Monday, June 04, 2012 6:18 PM To: common-user@hadoop.apache.org Subject: Re: What happens when I do not output anything from my mapper Hi, Thanks for your answer. After I've read your emails, I decided to

Re: What happens when I do not output anything from my mapper

2012-06-05 Thread murat migdisoglu
; > > map() function will be called for each input i.e map() function invokes > > multiple times with different inputs in the same mapper. You can check by > > having the logs in the map function what is happening in it. > > > > > > Thanks > > Devaraj > > > >

Re: What happens when I do not output anything from my mapper - Solution

2012-06-04 Thread murat migdisoglu
tion what is happening in it. >> >> >> Thanks >> Devaraj >> >> ____________ >> From: praveenesh kumar [praveen...@gmail.com] >> Sent: Monday, June 04, 2012 5:57 PM >> To: common-user@hadoop.apache.org >> Subjec