Hi, There is a property to set the precedence for the jars in the submitted MapReduce job over the Hadoop jars, I dont recall the name of the property but you can try googling it.
On Mon, Mar 3, 2014 at 7:37 AM, Luke Mawbey <[email protected]> wrote: > Dear all, > > I'm using Nutch 1.7 with Hadoop 1.2. Both use commons-lang.jar, but Nutch > uses version 2.6 and Hadoop uses version 2.4. I have a plugin that needs > some features available in 2.6 though not in 2.4. When I run in standalone > mode, everything is fine, when I run on Hadoop, the extra functionality of > 2.6 is not available. > > The brute force method of getting this to work appears to be to download > the source for Hadoop, change the version of commons-lang and recompile. Is > there a more elegant solution? > > Apologies in advance if this is a fairly basic ivy/ant/java question. > > Regards, > Luke. > >

