[ https://issues.apache.org/jira/browse/OOZIE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554206#comment-14554206 ]
Narayan Periwal commented on OOZIE-2243: ---------------------------------------- LauncherMapperHelper.setupYarnRestartHandling creates the tag and sets it in the actionConf. We pass this actionConf in LauncherMainHadoopUtils.killChildYarnJobs(actionConf), The child job is searched with the help of this tag and hence killed. > Kill Command does not kill the child job for java action > -------------------------------------------------------- > > Key: OOZIE-2243 > URL: https://issues.apache.org/jira/browse/OOZIE-2243 > Project: Oozie > Issue Type: Bug > Reporter: Narayan Periwal > Assignee: Narayan Periwal > Priority: Minor > Attachments: OOZIE-2243-v0.patch > > > Lets say, there is launcher job that launches another map-reduce job through > java-action. When we kill the launcher job, the child job launched by it does > not get killed and only the launcher job gets killed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)