one quick question ? I remember that the new API itself was using a lot of deprecated stuff from the old API, is it still the case ?
On Tue, Jun 15, 2010 at 5:15 AM, deneche abdelhakim <[email protected]> wrote: > yes, o.a.m.df.mapred.* uses the old APIs and o.a.m.df.mapreduce.* uses > the new ones. In fact all my latest work have been done in > o.a.m.df.mapreduce.* I just kept o.a.m.df.mapred.* for compatibility > with the old APIs and in case we decide to not use the APIs (I > remember we had quite a trouble with the new APIs). > > you can safely remove o.a.m.df.mapred.* and its related tests > > On Mon, Jun 14, 2010 at 6:43 PM, Sean Owen <[email protected]> wrote: >> I'm about to make one of those big patches again. This time to push to >> update to use the new Hadoop APIs everywhere (purely updating the API >> calls). >> >> Am I right that o.a.m.df.mapreduce.* duplicates and supersedes >> o.a.m.df.mapred.*, the difference being that the former uses new APIs >> already? I have this from an earlier message but want to confirm. >> >> Sean >> >
