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

[jira] [Commented] (HIVE-10809) HCat FileOutputCommitterContainer leaves behind empty _SCRATCH directories

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

Daniel Dai commented on HIVE-10809:
-----------------------------------

[~swarnim], do you have other comments on this? Otherwise, I am going to rerun tests and commit afterwards.

> HCat FileOutputCommitterContainer leaves behind empty _SCRATCH directories
> --------------------------------------------------------------------------
>
>                 Key: HIVE-10809
>                 URL: https://issues.apache.org/jira/browse/HIVE-10809
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog
>    Affects Versions: 1.2.0
>            Reporter: Selina Zhang
>            Assignee: Selina Zhang
>         Attachments: HIVE-10809.1.patch, HIVE-10809.2.patch, HIVE-10809.3.patch
>
>
> When static partition is added through HCatStorer or HCatWriter
> {code}
> JoinedData = LOAD '/user/selinaz/data/part-r-00000' USING JsonLoader();
> STORE JoinedData INTO 'selina.joined_events_e' USING org.apache.hive.hcatalog.pig.HCatStorer('author=selina');
> {code}
> The table directory looks like
> {noformat}
> drwx------   - selinaz users          0 2015-05-22 21:19 /user/selinaz/joined_events_e/_SCRATCH0.9157208938193798
> drwx------   - selinaz users          0 2015-05-22 21:19 /user/selinaz/joined_events_e/author=selina
> {noformat}



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