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

Hudson commented on HIVE-3702:
------------------------------

Integrated in Hive-trunk-h0.21 #1835 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1835/])
    HIVE-3702 Renaming table changes table location scheme/authority
(Kevin Wilfong via namit) (Revision 1416875)

     Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1416875
Files : 
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java
* 
/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/hooks/VerifyOutputTableLocationSchemeIsFileHook.java
* /hive/trunk/ql/src/test/queries/clientpositive/rename_table_location.q
* /hive/trunk/ql/src/test/results/clientpositive/rename_table_location.q.out

                
> Renaming table changes table location scheme/authority
> ------------------------------------------------------
>
>                 Key: HIVE-3702
>                 URL: https://issues.apache.org/jira/browse/HIVE-3702
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.9.0
>            Reporter: Kevin Wilfong
>            Assignee: Kevin Wilfong
>         Attachments: HIVE-3702.1.patch.txt, HIVE-3702.2.patch.txt
>
>
> Renaming a table changes the location of the table to the default location of 
> the database, followed by the table name.  This means that if the default 
> location of the database uses a different scheme/authority, an exception will 
> get thrown attempting to move the data.
> Instead, the table's location should be made the default location of the 
> database followed by the table name, but using the original location's scheme 
> and authority.
> This only applies for managed tables, and there is already a check to ensure 
> the new location doesn't already exist.
> This is analogous to what was done for partitions in HIVE-2875

--
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