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
The JobControl object itself is Runnable, so you can just use it like this:
new Thread(myJobControlInstance).start()