You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Mark <st...@gmail.com> on 2013/04/29 18:23:41 UTC

Add jars to worker classpaths

What's the best way to add a number of jar's to workers class path? Preferably only adding something to one of the main configuration files (core-site.xml, mapred-site.xml) since we don't really want to mess with any of the startup scripts.

Thanks