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

Namit Jain updated HIVE-1925:
-----------------------------

    Priority: Blocker  (was: Major)

This is a blocker for 0.7

> insert overwrite in a archived partition has some issues
> --------------------------------------------------------
>
>                 Key: HIVE-1925
>                 URL: https://issues.apache.org/jira/browse/HIVE-1925
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Paul Yang
>            Priority: Blocker
>             Fix For: 0.7.0
>
>
> I havent tried a test case, but I ran into the following in some production 
> scanario.
> Table A, partition P is archived - the data is in dfs1
> Then the table's default location changes to another dfs: dfs2
> If I issue the following query:
> insert overwrite table T partition (P)
> select * from T partition P;
> it leaves in the following state:
> A@P output is not archived
> The metadata says it is still archived
> The original location in the metadata still points to the old metadata.
> The old location in dfs1 is not deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to