step 1:packaged into a job JAR file to send to the cluster step 2:Hadoop will find the job JAR automatically by searching for the JAR on the driver’s classpath that contains the class set in the setJarByClass() method (on JobConf or Job). step 3:Any dependent JAR files can be pack...