You can kill t by using the following yarn command yarn application -kill <application id> https://hadoop.apache.org/docs/r2.2.0/hadoop-yarn/hadoop-yarn-site/YarnCommands.html
Or use old hadoop job command http://stackoverflow.com/questions/11458519/how-to-kill-hadoop-jobs Regards, Shahab On Sun, Apr 12, 2015 at 2:03 PM, Answer Agrawal <[email protected]> wrote: > To run a job we use the command > $ hadoop jar example.jar inputpath outputpath > If job is so time taken and we want to stop it in middle then which > command is used? Or is there any other way to do that? > > Thanks, > > >
