摘要: 这周完成内容: 1.shell脚本--myhadoop.sh,hadoop集群启动和关闭 #!/bin/bash if [ $# -lt 1 ] then echo "No Args Input..." exit ; fi case $1 in "start") echo " 启动 hadoop 集 阅读全文
posted @ 2021-09-08 22:09 1905-1雷宇 阅读(25) 评论(0) 推荐(0)