lfyee opened a new pull request #1670: Supplementary data by schedule
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1670
 
 
   ## What is the purpose of the pull request
   #1550 fix feature: Supplementary data with schedule
   Before running, get the schedule of the task and generate task information 
according to the schedule
   
   ## 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
   
   util
    - edit 
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/ProcessDao.java
    - add 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ScheduleUtils.java
   
   ui tips
    - 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.
   And 
   Optimize the ScheduleUtils.java 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to