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 2016/09/19 23:41:21 UTC

[jira] [Commented] (OOZIE-2194) oozie job -kill doesn't work with spark action

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

Rohini Palaniswamy commented on OOZIE-2194:
-------------------------------------------

bq. This is a current limitation in most actions: see OOZIE-1025.
  This is fixed in OOZIE-2243 for mapreduce jobs. But that does not work with Spark. 

There are two things we require from Spark
    - Ability to kill the running job through API (We do this in shutdown hook for Mapreduce and Tez jobs in Pig and Hive)
    - Support for yarn application tags (To kill any orphaned jobs during AM retries and RM restart and handle any that were missed when shutdown hook did not execute) 

> oozie job -kill doesn't work with spark action
> ----------------------------------------------
>
>                 Key: OOZIE-2194
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2194
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Thomas Graves
>
> I was trying the spark action out with oozie and was able to launch fine. But when I tried do use oozie job -kill it only killed the launcher job and not the spark application itself.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)