10 2023 档案
dolphinscheduler worker节点挂掉后连接不上
摘要:Error creating bean with name 'zookeeperRegistry': Invocation of init method failed; nested exception is org.apache.dolphinscheduler.registry.api.Regi
阅读全文
工作中sql优化
摘要:1、join的时候,关联的字段尽量是建立索引的字段。 2、在 join 之前能够过滤的先过滤,当然 group by 也是一样。目的是为了防止join后造成数据膨胀。
阅读全文
为clickhouse创建只读
摘要:1、检查default用户是否开启赋予权限的能力。也就是 .....(自己安装路径)/clickhouse-server/users.xml下看看 <!-- User can create other users and grant rights to them. --> <access_manag
阅读全文
datax 遇见bug
摘要:1、第一个坑:经DataX智能分析,该任务最可能的错误原因是: com.alibaba.datax.common.exception.DataXException: Code:[Common-00], Describe:[您提供的配置文件存在错误信息,请检查您的作业配置 .] - 配置信息错误,您提
阅读全文