leo
leo
 应该是writeToHBase 方法没有进行同步, 导致并发问题了,加了同步后, 数据写入了, 请确认。
Reason: When ES was created, mappings were not written. You can specify mappings. 原因: ES 创建时没有写mappings, 指定mappings 后可以。
After positioning, the reason is that the execution node is bound with the wrong ip address. Feedback has been given. 经定位, 原因是执行节点绑定了错误的ip 地址所致。已反馈。
> > 经定位, 原因是执行节点绑定了错误的ip 地址所致。已反馈。 > > 这个有解决方案么? Hello, this problem is caused by binding the wrong IP. The solution is to fix it to bind the correct IP. I...
> @jkl0898 请问如何绑定的IP?我也遇到了此问题 Hello. To check the IP configuration related to the network in your environment, you can check its source logic, the part about IP binding. You can also...
经定位,问题属于打包缺失。web 的zip 包缺少azkaban-common/extlib 的opendj-core-3.0.0.jar 和opendj-grizzly-3.0.0.jar。
./azkaban-common/src/main/java/azkaban/jobExecutor/ProcessJob.java 可能与 assignUserFileOwnership 方法写死了用root 执行有关: final int result = executeAsUser.execute("root", changeOwnershipCommand);
> This place is fixed as root user because it is more convenient to control the rights of business users in the production environment I deployed schedulis by user of...
> 可能是exec-server的lib下execute-as-user文件权限有问题。通过以下命令更新权限 sudo chown root execute-as-user sudo chmod 6050 execute-as-user 你好。不好意思,由于太久远, 我现在已经没有环境了。如果你有环境可以测试一下,若已无问题,可关闭此issue.
> 哈哈我刚部署遇到了相同的问题,是因为execute-as-user权限,我改了下,就能执行成功了。我回复下,主要是为了给以后别人部署的看看 > […](#) > ------------------ 原始邮件 ------------------ 发件人: "WeBankFinTech/Schedulis" ***@***.***>; 发送时间: 2021年10月14日(星期四) 下午5:14 ***@***.***>; ***@***.******@***.***>; 主题: Re: [WeBankFinTech/Schedulis] schedulis 执行工作流失败 (#11) 可能是exec-server的lib下execute-as-user文件权限有问题。通过以下命令更新权限 sudo chown root execute-as-user sudo chmod 6050 execute-as-user 你好。不好意思,由于太久远, 我现在已经没有环境了。如果你有环境可以测试一下,若已无问题,可关闭此issue. —...