Re: mapred.join package not migrated to mapreduce

2013-09-17 Thread Chris Douglas
Amareshwari ported this in MAPREDUCE-355: https://issues.apache.org/jira/browse/MAPREDUCE-355 It has not been backported to the 1.x line, but it is in the 2.x branch. -C On Mon, Sep 16, 2013 at 4:34 PM, Ivan Balashov wrote: > Hi, > > Just wondering if there is any particular reason that 'mapred

Re: mapred.join package not migrated to mapreduce

2013-09-16 Thread kun yan
mapred is not recommended for use I understand mapred is based interface, but mapreduce is based on an abstract class 2013/9/17 Ivan Balashov > Hi, > > Just wondering if there is any particular reason that 'mapred.join' > package never found its way into 'mapreduce'. Being in the old space make

mapred.join package not migrated to mapreduce

2013-09-16 Thread Ivan Balashov
Hi, Just wondering if there is any particular reason that 'mapred.join' package never found its way into 'mapreduce'. Being in the old space makes its use rather inconvenient when most of its former neighbors now happily live in the new package. Is this package recommended for prod at all, or may