Right, that's what I will do. Thanks, Henning
On Wed, 2010-11-10 at 10:36 +0530, Harsh J wrote: > Hi, > > On Tue, Nov 9, 2010 at 8:42 PM, Henning Blohm <[email protected]> > wrote: > > > > However in 0.20.2 you cannot call > > > > job.setInputFormatClass(NLineInputFormat.class); > > > > as NLineInputFormat does not extend the "right" InputFormat interface > > (in > > contrast to the 0.21 version). > > > > 0.20.2 does not have it. You can pull the implementation from 0.21.0 > and use it from within your packages if you require it, though. There > should be no problems in doing it. > > Here's the file from the 0.21 branch: > http://svn.apache.org/viewvc/hadoop/mapreduce/tags/release-0.21.0/src/java/org/apache/hadoop/mapreduce/lib/input/NLineInputFormat.java?view=co >
