t; Or you may also pack your jar into your driver jar under a lib/
> subfolder inside the jar itself (making it an "über" jar, as they call
> it), and just submit that.
>
> Either of these approaches will get you going.
>
> On Mon, Apr 9, 2012 at 11:08 PM, Nick Collier
>
Hi,
Using Hadoop 1.0.1 I'm trying to use the DistributedCache to add additional
jars to the classpath used by my Mappers but I can't get it to work. In the
run(String[] args) method of my Tool implementation, I've tried:
FileSystem fs = DistributedFileSystem.get(conf);
DistributedCache.addArchi