摘要: 一键启动集群脚本 首先得切换到自己选择的脚本目录:cd /home/yourRoot/bin 接着编辑脚本文件:vim hadoopstart.sh,文件名随便取 #!/bin/bash if [ $# -lt 1 ] then echo "No Args Input..." exit ; fi c 阅读全文
posted @ 2025-03-01 20:43 Meditation丶 阅读(18) 评论(0) 推荐(0)