Re: Hadoop 1.0.3 join

2013-06-18 Thread Harsh J
Yes, it doesn't exist in the new API in 1.0.3. On Wed, Jun 19, 2013 at 6:45 AM, Ahmed Elgohary wrote: > Hello, > > I am using hadoop 1.0.3 and trying to join multiple input files using > CompositeInputFormat. It seems to me that I have to use the old api to write > the join job since the new api

Hadoop 1.0.3 join

2013-06-18 Thread Ahmed Elgohary
Hello, I am using hadoop 1.0.3 and trying to join multiple input files using CompositeInputFormat. It seems to me that I have to use the old api to write the join job since the new api does not support join in hadoop 1.0.3. Is that correct? thanks, --ahmed