集群关机脚本
# /bin/bash for i in hadoop104 hadoop103 hadoop102 do ssh $i "sudo shutdown -h now" sleep 1s; done