修复dolphinscheduler2.0.5中http-alert plugin丢失告警信息的Bug

  • http-alert告警插件仅仅发送用户预定义好的post body信息,丢失最重要Task运行告警信息。这是一个非常简单的Bug:https://github.com/apache/dolphinscheduler/commit/6021c228a1261a45ba8d02606f7132cd0a9b4c25

  • git clone dolphinscheduler项目,然后切到2.0.5-release分支,执行mvn -U clean package -Prelease -Dmaven.test.skip=true进行编译打包。打包成功后,将生成的dolphinscheduler\dolphinscheduler-alert\dolphinscheduler-alert-plugins\dolphinscheduler-alert-http\target\dolphinscheduler-alert-http-2.0.6-SNAPSHOT.jar替换掉原来的jar包。

  • 启停 Alert

    1
    2
    sh ./bin/dolphinscheduler-daemon.sh start alert-server
    sh ./bin/dolphinscheduler-daemon.sh stop alert-server

修复Hadoop3.2.1中Logger Level错误提升的Bug

修复Kylin4.0.x中push-down query由于查询计划导致的不正常查询延时

改写Superset源码,为Apache Superset添加新功能

修复dolphinscheduler Hive SQL数据源Read timed out错误