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

Hudson commented on HIVE-2825:
------------------------------

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
    HIVE-2825 Concatenating a partition does not inherit location from table
(Kevin Wilfong via namit) (Revision 1294942)

     Result = ABORTED
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1294942
Files : 
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
* 
/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/hooks/VerifyPartitionIsSubdirectoryOfTableHook.java
* 
/hive/trunk/ql/src/test/queries/clientpositive/concatenate_inherit_table_location.q
* 
/hive/trunk/ql/src/test/results/clientpositive/concatenate_inherit_table_location.q.out

                
> Concatenating a partition does not inherit location from table
> --------------------------------------------------------------
>
>                 Key: HIVE-2825
>                 URL: https://issues.apache.org/jira/browse/HIVE-2825
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>             Fix For: 0.9.0
>
>         Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2825.D1995.1.patch, 
> ASF.LICENSE.NOT.GRANTED--HIVE-2825.D1995.2.patch
>
>
> When a table is created in one dfs, a partition is added to that table, the 
> table's dfs is changed, and the partitioned is concatenated, the partitions 
> location remains exactly the same.  Instead, it should inherit its location 
> from the table, and be updated accordingly.
> See https://issues.apache.org/jira/browse/HIVE-1707 for an analogous change 
> to insert overwrite.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to