Re: Deployment of jar files at startup

2010-09-19 Thread Pete Tyler
use it for many different map/reduce jobs. Effectively I am trying to dynamically have the same impact as hardcoding my jar file to HADOOP_CLASSPATH in hadoop-env.sh for every node in my system. I still can't see how to do this :( On Sep 15, 2010, at 11:46 AM, David Rosenstrauch wrote: > On

Deployment of jar files at startup

2010-09-14 Thread Pete Tyler
I'm trying to figure out how to achieve the following from a Java client, 1. My app (which is a web server) starts up 2. As part of startup my jar file, which includes my map reduce classes are distributed to hadoop nodes 3. My web app uses map reduce to extract data without the performance overh