Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.15.0
-
None
-
None
Description
It would be convenient to be able to kill a particular task or attempt from the command line. It would look like:
bin/hadoop job -kill-task tip_0001_m_000000
bin/hadoop job -kill-attempt task_0001_m_000000_0
This would allow the user to tell the system to stop a particular task or attempt without having to restart a task tracker.