You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sahil Takiar (JIRA)" <ji...@apache.org> on 2018/08/02 20:11:00 UTC

[jira] [Updated] (HIVE-20273) Spark jobs aren't cancelled if getSparkJobInfo or getSparkStagesInfo

     [ https://issues.apache.org/jira/browse/HIVE-20273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sahil Takiar updated HIVE-20273:
--------------------------------
    Status: Patch Available  (was: Open)

> Spark jobs aren't cancelled if getSparkJobInfo or getSparkStagesInfo
> --------------------------------------------------------------------
>
>                 Key: HIVE-20273
>                 URL: https://issues.apache.org/jira/browse/HIVE-20273
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Spark
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>            Priority: Major
>         Attachments: HIVE-20273.1.patch
>
>
> HIVE-19053 and HIVE-19733 add handling of {{InterruptedException}} to {{#getSparkJobInfo}} and {{#getSparkStagesInfo}} in {{RemoteSparkJobStatus}}, but that means the {{InterruptedException}} is wrapped in a {{HiveException}} and then thrown. The {{HiveException}} is then cause in {{RemoteSparkJobMonitor}} and then wrapped in another Hive exception. The double nesting of hive exception causes the logic in {{SparkTask#setSparkException}} to break, and it doesn't kill the job if an interrupted exception is thrown.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)