Azkaban的启动服务
先启动exec server,再启动web server
1. 启动exec server(机器sam02与sam03都需启动)
1.1 找到脚本start-exec.sh所在目录(在azkaban的bin目录下)
1.2 执行脚本start-exec.sh
[root@sam02 bin]# ./start-exec.sh
1.3 查看进程,启动成功
1.4 修改元数据表executors的属性active为1
1.4.1 进入mysql 修改active=1
mysql> update executors set active = 1;
修改前:
修改后
2. 启动web server
2.1 找到脚本start-web.sh 所在目录(在azkaban的bin目录下)
2.2 执行脚本start-web.sh
[root@sam01 bin]# ./start-web.sh