zookeeper编写多个同时启动脚本
摘要:存放在用户的bin目录下 chmod 777 给予权限 #!/bin/bash case $1 in"start"){ for i in hadoop102 hadoop103 hadoop104 do echo zookeeper $i 启动 ssh $i "/opt/module/zookeep
阅读全文
posted @ 2023-09-22 09:32