Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120653846
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
Sun, Jul 6, 00:37
Size
479 B
Mime Type
text/x-shellscript
Expires
Tue, Jul 8, 00:37 (1 d, 23 h)
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