Pankil Doshi wrote:

Hey

Did u find any class or way out for storing results of Job1 map/reduce in
memory and using that as an input to job2 map/Reduce?I am facing a situation
where I need to do similar thing.If anyone can help me out..

Normally you would write the job output to a file and input that to the next job.
Any reason why you want to store the map reduce output in memory ? If you
can describe your problem, perhaps it could be solved in more mapreduce-ish way.

- Sharad

Reply via email to