Hi I have a map/reduce job that uses external jar files. How do I specify those jars in the classpath when submitting the mapred job using ./hadoop jar .... ? Suppose my map job relies on API in some external jar how do I pass this jar file as part of my job submission.
Thanks A
