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


With regards,
Apache Git Services

Reply via email to