Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102912528
kill-all.sh
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:47
Size
205 B
Mime Type
text/x-shellscript
Expires
Thu, Feb 27, 10:47 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24455472
Attached To
R3704 elastic-yarn
kill-all.sh
View Options
#!/bin/bash
. config/config_nodes.sh
#clush -w $NODES 'pkill -9 -f org.apache.hadoop.yarn.sls.SLSRunner'
for
node in
$NODES
;
do
ssh root@
$node
'pkill -9 -f org.apache.hadoop.yarn.sls.SLSRunner'
done
Event Timeline
Log In to Comment