Azkaban的启动服务

先启动exec server,再启动web server

1. 启动exec server(机器sam02与sam03都需启动)

1.1 找到脚本start-exec.sh所在目录(在azkaban的bin目录下)

image

1.2 执行脚本start-exec.sh

[root@sam02 bin]# ./start-exec.sh

1.3 查看进程,启动成功

image

1.4 修改元数据表executors的属性active为1

1.4.1 进入mysql 修改active=1

mysql> update executors set active = 1;

修改前:
image
修改后
image

2. 启动web server

2.1 找到脚本start-web.sh 所在目录(在azkaban的bin目录下)

image

2.2 执行脚本start-web.sh

[root@sam01 bin]# ./start-web.sh

2.3 查看进程,启动成功

image

3. 登录Azkaban的webUI界面

浏览器输入ip:8081

posted @ 2022-03-01 17:06  递茶大户  阅读(403)  评论(0编辑  收藏  举报