Skip to content

Commit

Permalink
[FIX-3900][server] Cherry pick from dev to kill multi yarn app in one…
Browse files Browse the repository at this point in the history
… job (#4151)

* [FIX-3900][server] Cherry pick from dev to kill multi yarn app in one job

* [FIX-3900][server] Cherry pick from dev to kill multi yarn app in one job

Co-authored-by: Eights-LI <yelli.eights@gmail.com>
  • Loading branch information
lgcareer and Eights-Li committed Dec 7, 2020
1 parent 047f55b commit d796a63
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 346 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -970,4 +970,14 @@ private Constants() {
public static final int ABNORMAL_NODE_STATUS = 1;


/**
* exec shell scripts
*/
public static final String SH = "sh";

/**
* pstree, get pud and sub pid
*/
public static final String PSTREE = "pstree";

}
Loading

0 comments on commit d796a63

Please sign in to comment.