2018-04-26 停止linux后台运行脚本和停止hadoop任务

ps -aux | grep run.sh (run.sh指脚本名)
kill -9 '进程号'
Hadoop作业提交与停止命令

你可能感兴趣的:(2018-04-26 停止linux后台运行脚本和停止hadoop任务)