A couple of ways I know of is to add them to the Hadoop classpath itself in the env.sh or to package up your jar with all it's dependencies. The later is the approach I take.
Cheers Tim On Tue, Jul 28, 2009 at 8:20 PM, Mark Kerzner<[email protected]> wrote: > Hi, > take for example this line > > bin/hadoop jar /usr/joe/wordcount.jar org.myorg.WordCount > /usr/joe/wordcount/input /usr/joe/wordcount/output > > How do I give additional jars? > > Thank you, > Mark >
