Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. yarn application -list -appStates RUNNING | grep <user> | awk '{print $1}'
  2.  
  3. yarn application -movetoqueue <application_ID of above output> -queue myqueue
  4.  
  5. yarn application -list -appStates RUNNING | grep <user> | awk '{print $1}' | xargs -n 1 yarn application -kill
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement