Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102913338
kill-all-1
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
Tue, Feb 25, 10:58
Size
467 B
Mime Type
text/x-shellscript
Expires
Thu, Feb 27, 10:58 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24406583
Attached To
R3704 elastic-yarn
kill-all-1
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[147-149] 'ps -ef | grep runner | grep xexperiments| awk '"'"'{print $2}'"'"'|xargs -r kill -9 '
clush -w dco-node[147-149] 'ps -ef | grep -i "exp-runner" | grep -v grep | awk '"'"'{print $2}'"'"'|xargs -r kill -9'
clush -w dco-node[147-149] 'ps -ef | grep -i hadoop | grep -v grep | awk '"'"'{print $2}'"'"'|xargs -r kill -9'
Event Timeline
Log In to Comment