You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2013/01/10 02:48:12 UTC

[jira] [Commented] (OOZIE-1025) Killing oozie job kills oozie launcher job alone in hadoop.

    [ https://issues.apache.org/jira/browse/OOZIE-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549283#comment-13549283 ] 

Rohini Palaniswamy commented on OOZIE-1025:
-------------------------------------------

Pig does kill jobs on shutdown. And cursory look at hadoop JvmManager it seems to attempt a kill -15 before doing a kill -9. 

http://svn.apache.org/viewvc/pig/branches/branch-0.10/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/MapReduceLauncher.java?revision=1301794&view=markup

Runtime.getRuntime().addShutdownHook(new HangingJobKiller());
                
> Killing oozie job kills oozie launcher job alone in hadoop.
> -----------------------------------------------------------
>
>                 Key: OOZIE-1025
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1025
>             Project: Oozie
>          Issue Type: Bug
>         Environment: Centos-5.8,Hadoop 2.0.0-cdh4.0.1
>            Reporter: PriyaSundararajan
>
> As per the release  build version: 3.1.3-cdh4.0.1 killing oozie job using kill command kills the oozie launcher job alone in hadoop and all other jobs associated with that workflow is running till it gets complete. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira