mapreduce job submission through java Processbuilder do not ending
问题 I have a mareduce job as jar file , say 'mapred.jar'.Actually Jobtracker is running in a remote linux machine. I run the jar file from local machine, job in the jar file is submitted to the remote jobtracker and it works fine as below: java -jar F:/hadoop/mapred.jar 13/12/19 12:40:27 WARN mapred.JobClient: Use GenericOptionsParser for parsing th e arguments. Applications should implement Tool for the same. 13/12/19 12:40:27 INFO input.FileInputFormat: Total input paths to process : 49 13/12