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