On 07/27/2011 10:39 AM, John Armstrong wrote:
So I think I've figured out how to fix my problem with putting files on the distributed classpath by digging through the code Hadoop uses to process -libjars.
There is another, easier approach: if your app inherits from the Tool class / runs via ToolRunner, then your app can inherit the -libjars command line functionality itself.
DR