Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120879975
kill-all-3
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jul 7, 15:40
Size
479 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 9, 15:40 (2 d)
Engine
blob
Format
Raw Data
Handle
27209462
Attached To
R3704 elastic-yarn
kill-all-3
View Options
#!/bin/bash
#clush -w dco-node[162-176] 'ps -ef | grep yarn | grep -v grep | awk \'{print $2}\' | xargs -I {} kill -9 {}'
clush -w dco-node[145,146,162] 'ps -ef | grep runner | grep xexperiments| awk '"'"'{print $2}'"'"'|xargs -r kill -9 '
clush -w dco-node[145,146,162] 'ps -ef | grep -i "exp-runner" | grep -v grep | awk '"'"'{print $2}'"'"'|xargs -r kill -9'
clush -w dco-node[145,146,162] 'ps -ef | grep -i hadoop | grep -v grep | awk '"'"'{print $2}'"'"'|xargs -r kill -9'
Event Timeline
Log In to Comment