(Hadoop) MapReduce - Chain jobs - JobControl doesn't stop
问题 I need to chain two MapReduce jobs. I used JobControl to set job2 as dependent of job1. It works, output files are created!! But it doesn't stop! In the shell it remains in this state: 12/09/11 19:06:24 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same. 12/09/11 19:06:25 INFO input.FileInputFormat: Total input paths to process : 1 12/09/11 19:06:25 INFO util.NativeCodeLoader: Loaded the native-hadoop library 12/09/11 19