>From http://blog.sematext.com/2010/05/31/hadoop-digest-may-2010/ FAQ
section:

"How can I attach external libraries (jars) which my jobs depend on?
You can put them in a “lib” subdirectory of your jar root directory.
Alternatively you can use DistributedCache API."

Alex Baranau
----
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - HBase

On Sun, Aug 29, 2010 at 8:29 AM, Mark <[email protected]> wrote:

>  How can I add jars to Hadoops classpath when running MapReduce jobs for
> the following situations?
>
> 1) Assuming that the jars are local the nodes that running the job.
> 2) The jobs are only local to the client submitting the job.
>
> I'm assuming I can just jar up all required jobs into the main job jar
> being submitted, but I was wondering if there was some other way. Thanks
>

Reply via email to