Hello, I have run into a problem when attempting to run jobs that require code from multiple jars. The JobConf only allows me to set one jar file, so the other jars are not copied to the task trackers, and hence the jobs fail due to the dependencies. Besides merging the jars or manually copying them to each machine, is there a solution for this?
Thanks in advance, Albert
