Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102920874
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, 12:34
Size
227 B
Mime Type
text/x-shellscript
Expires
Thu, Feb 27, 12:34 (2 d)
Engine
blob
Format
Raw Data
Handle
24449879
Attached To
R3704 elastic-yarn
kill-all.sh
View Options
#!/bin/bash
[[
-z
$SCRIPT_CONFIG_PATH
]]
&&
echo
"SCRIPT_CONFIG_PATH not set!"
&&
exit
1
.
$SCRIPT_CONFIG_PATH
/config_nodes.sh
for
node in
$NODES
;
do
ssh root@
$node
'pkill -9 -f org.apache.hadoop.yarn.sls.SLSRunner'
done
Event Timeline
Log In to Comment