Skip to content

Instantly share code, notes, and snippets.

@zenmyo
Created October 19, 2012 07:11
Show Gist options
  • Save zenmyo/3916671 to your computer and use it in GitHub Desktop.
Save zenmyo/3916671 to your computer and use it in GitHub Desktop.
hadoop task kill one liner
for i in `seq -f %02g 1 99` ; do hadoop job -kill-task attempt_<job_id>_r_0000${i}_0; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment