You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/11/22 14:30:38 UTC

[incubator-dolphinscheduler] branch dev updated (f152cae -> 368d3e8)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from f152cae  Merge pull request #4081 from iyeeku/dev
     new 8fdd6f5  fix #3900 kill multi yarn app in one job
     new 2cad271  add ProcessUtils UT
     new 134cef3  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
     new 1280155  add ProcessUtils UT
     new aac762a  modify ProcessUtils & ProcessUtilsTest
     new 7844508  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job
     new cb669b5  deal with magic value
     new d3397b8  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job
     new c24dbc4  deal with magic value
     new 6672ac8  Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev-kill-yarn-job
     new 802de19  using OSUtils.execCmd when kill yarn app
     new 368d3e8  Merge pull request #4042 from Eights-Li/dev-kill-yarn-app

The 4015 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/dolphinscheduler/common/Constants.java  |  33 +-
 .../server/utils/ProcessUtils.java                 | 703 +++++++++++----------
 .../server/utils/ProcessUtilsTest.java             | 108 +++-
 3 files changed, 494 insertions(+), 350 deletions(-)