Skip to content

Releases: scxwhite/hera

2.4.4-release-fix

16 Sep 02:01
Compare
Choose a tag to compare
  • 修复在使用低版本mysql执行任务抛异常的问题
  • 删除无用文件
  • 对于spark任务,支持hera.spark.conf 配置项来指定任务所需要的资源。比如:hera.spark.conf = --master yarn --queue default --driver-memory 2g --executor-memory 8g --executor-cores 4 。同时,该配置支持继承。

2.4.4-release

18 Aug 07:31
Compare
Choose a tag to compare

1.master取消任务NPE修复
2.post请求死循环修复
3.漏跑检测导致重复执行bug修复
4.任务取消优化

2.4.3

20 Oct 02:26
b95bd58
Compare
Choose a tag to compare
  • 优化获取机器ip的方法,并支持自定义机器ip,配置地址为:hera-admin/src/main/resources/config/hera.properties,打包后在conf/hera.properties
  • 修复分布式锁检测时异常可能会出现双master的问题
  • 初始化sql中自动创建hera/biadmin 的用户
  • 默认关闭多租户功能
  • 新增代码注释,支持swagger接口文档,访问地址(要提前登陆):localhost:8080/doc.html
  • 支持超级恢复功能,超级恢复和手动恢复区别在于:超级恢复任务完成后会直接通知下游任务,下游任务通过判断上游任务是否处于成功状态来执行。一般在某张表/某个任务的数据有错,但是任务成功了使用
  • 其它细节优化