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.