You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by GitBox <gi...@apache.org> on 2020/04/02 01:42:14 UTC

[GitHub] [oozie] sukyounglee opened a new pull request #52: [OOZIE-3596] When the SSH action is killed, it must be changed to the…

sukyounglee opened a new pull request #52: [OOZIE-3596] When the SSH action is killed, it must be changed to the…
URL: https://github.com/apache/oozie/pull/52
 
 
   When the SSH action is terminated via the kill API, only the ssh-wrapper.sh file (created for ssh execution in oozie) is terminated, and the child-processes that has occurred is still running.
   
   For example, if the shell file for running spark-shell (e.g. called "run-spark.sh") runs and exits as an SSH action, only the ssh-wrapper.sh file exits and the child-processes (run-spark.sh and spark-shell) are still running.
   
   Therefore, when the SSH action is killed, it must be changed to the kill command that can terminate the related subprocess.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services