Commit b997746e authored by qiaozhanwei's avatar qiaozhanwei
Browse files

kill pid need kill sub process pids update

parent 34133365
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);