摘要: 常用shell脚本操作命令 shell脚本在zookeeper安装根目录的bin/路径下。 启动zk : bin/zkServer.sh start 查看ZK服务状态: bin/zkServer.sh status 停止ZK服务: bin/zkServer.sh stop 重启ZK服务: bin/z 阅读全文
posted @ 2020-09-27 14:52 彬在俊 阅读(1347) 评论(0) 推荐(0) 编辑
摘要: 今天继续分析海豚调度的源码 上回分析的是dolphinscheduler-service模块zookeeper相关的代码 这回分析是dolphinscheduler-server模块zookeeper相关的代码 ZkMasterClient master服务zk客户端类 类继承的关系如下: 这个类的 阅读全文
posted @ 2020-09-27 14:45 彬在俊 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: 在项目中使用到Apache Curator Framework连接Zookeeper 3.4.5服务器,使用的Curator Framework版本是4.3.0 <dependency> <groupId>org.apache.curator</groupId> <artifactId>curato 阅读全文
posted @ 2020-09-27 14:15 彬在俊 阅读(851) 评论(0) 推荐(0) 编辑