Unverified Commit 929399e8 authored by 乔占卫's avatar 乔占卫 Committed by GitHub
Browse files

Merge pull request #432 from qiaozhanwei/branch-1.0.2

kill pid need kill sub process pids update
parents 9a8d07cb b997746e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ public class ProcessUtils {

      logger.info("process id:{}, cmd:{}", processId, cmd);

      Runtime.getRuntime().exec(cmd);
      OSUtils.exeCmd(cmd);

      // find log and kill yarn job
      killYarnJob(taskInstance);