lfyee opened a new pull request #1829: Supplementary data by schedule
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1829
 
 
   ## What is the purpose of the pull request
   #1550 fix feature: Supplementary data with schedule
   When the task complement is run, a execution plan list is generated 
according to the scheduling plan. If the execution plan list is not empty, it 
is scheduled according to the plan list. If the execution plan is empty, it is 
executed daily.
   
   ## Brief change log
   for parallel run
    - edit 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ExecutorService.java
   
   for serial run
    - edit 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterExecThread.java
   
   dao
    - edit 
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/ProcessDao.java
    - edit 
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ScheduleMapper.java
    - edit 
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ScheduleMapper.xml
   
   util
    - add 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ScheduleUtils.java
   
   ui
    - edit 
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/start.vue
    - edit dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js
    - edit dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js
   
   ## Verify this pull request
   Manually verified the change by testing locally.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to