Hi Dhrumil, You might find MultipleInputs<https://hadoop.apache.org/docs/r2.3.0/api/org/apache/hadoop/mapreduce/lib/input/MultipleInputs.html>useful. And here <http://www.lichun.cc/blog/2012/05/hadoop-multipleinputs-usage/> is an example of how to use it.
HTH *Warm regards,* *Mohammad Tariq* *cloudfront.blogspot.com <http://cloudfront.blogspot.com>* On Fri, May 16, 2014 at 7:40 AM, Stanley Shi <[email protected]> wrote: > Would you please explain more on what you are trying to do? > Perhaps Distcp is a good example for you. > > Regards, > *Stanley Shi,* > > > > On Wed, May 14, 2014 at 1:09 PM, Dhrumil Shah <[email protected]> wrote: > >> Hi >> >> >> Can you please let me know how can i read multiple file from mulitple >> location in my MAP method of mapreduce.. >> >> Any example code will help me a lot.. >> >> >> Thanks >> Dhrumil Shah >> >> >
