Re: Setup/Cleanup question

2013-03-22 Thread Sai Sai
When running an MR job/program assuming there r 'n' (=100) Mapperstriggered then my question is will the setup & cleanup run n number of times which means once for each mapper or for all the mappers they will run only once. Any help is appreciated. Thanks Sai

Re: Setup/Cleanup question

2013-03-22 Thread Harsh J
Assuming you speak of MRv1 (1.x/0.20.x versions), there is just 1 Job Setup and 1 Job Cleanup tasks additionally run for each Job. On Sat, Mar 23, 2013 at 9:10 AM, Sai Sai wrote: > When running an MR job/program assuming there r 'n' (=100) Mappers triggered > then my question is will the setup &

Re: Setup/Cleanup question

2013-03-22 Thread Sai Sai
Thanks Harsh. So the setup/cleanup r for the Job and not the Mappers i take it. Thanks. From: Harsh J To: "" ; Sai Sai Sent: Friday, 22 March 2013 10:05 PM Subject: Re: Setup/Cleanup question Assuming you speak of MRv1 (1.x/0.20.x versions)