tuigerphkeeper

Results 6 comments of tuigerphkeeper

修改internal/internal-start-executor.sh第20行为azkaban_dir=$(cd $(dirname $0)/../..;pwd)可以正常启动了 这里就是读取exec路径,应该是它这个路径读取的有问题,所以找不到conf目录 更新: 重启后还是这个问题。 将conf/azkaban.properties中executor.global.properties参数由相对路径改成绝对路径解决问题

plugins/jobtypes/common.properties要按文档配置,只是说DataChecker 和 EventChecker插件配置是额外的

> It is necessary to confirm whether the corresponding hive-site.xml configuration exists and is loaded(需要确认对应的hive-site.xml配置是否存在被加载) Both the ECM node and the engine plugin node are configured with hive environment variables,...

> > > It is necessary to confirm whether the corresponding hive-site.xml configuration exists and is loaded(需要确认对应的hive-site.xml配置是否存在被加载) > > > > > > Both the ECM node and the engine...

这里下拉选择的是用户数据库,官方固定使用 `{用户名}_ind`格式。假设你登录用户是hadoop,在hive里面新建hadoop_ind数据库就能选到了。