You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/09/12 23:25:00 UTC

[jira] [Comment Edited] (HIVE-17479) Staging directories do not get cleaned up for update/delete queries

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

Eugene Koifman edited comment on HIVE-17479 at 9/12/17 11:24 PM:
-----------------------------------------------------------------

+1 (assuming test failures are not related)


was (Author: ekoifman):
+1

> Staging directories do not get cleaned up for update/delete queries
> -------------------------------------------------------------------
>
>                 Key: HIVE-17479
>                 URL: https://issues.apache.org/jira/browse/HIVE-17479
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 3.0.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>         Attachments: HIVE-17479.patch
>
>
> When these queries are internally rewritten, a new context is created with a new execution id. This id is used to create the scratch directories. However, only the original context is cleared, and thus the directories created with the original execution id.
> The solution is to pass the execution id to the new context when the queries are internally rewritten.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)