Re: Broadcasting some data to all nodes

2012-08-22 Thread Hamid Oliaei
Hi, I tested DistributedCache module for copying some data to all nodes. Unfortunately, it was time-consuming and runtime is important for my work. I want to write a map-reduce job so that a copy of input data are generated in output of all reducers. Is that possible? How? I mean i want to have co

Re: Broadcasting some data to all nodes

2012-01-30 Thread Hamid Oliaei
Thanks a lot. I am looking at it. Regards, Oliaei. On Mon, Jan 30, 2012 at 3:47 PM, Ioan Eugen Stan wrote: > Pe 30.01.2012 14:10, Hamid Oliaei a scris: > > Hi, >> >> I want to send some data and messages to all nodes after I run a MR job. >> then begin another job. >> Is there any straight wa

Re: Broadcasting some data to all nodes

2012-01-30 Thread Ioan Eugen Stan
Pe 30.01.2012 14:10, Hamid Oliaei a scris: Hi, I want to send some data and messages to all nodes after I run a MR job. then begin another job. Is there any straight way to broadcast data under hadoop framework? See if DistributedCahche [1] can do what you need. It makes application specifi

Broadcasting some data to all nodes

2012-01-30 Thread Hamid Oliaei
Hi, I want to send some data and messages to all nodes after I run a MR job. then begin another job. Is there any straight way to broadcast data under hadoop framework?