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

Kristam Subba Swathi updated HIVE-3223:
---------------------------------------

    Description: 
The following queries are not working ..
1)Rename Table 
ALTER TABLE table_name RENAME TO new_table_name

2)Rename partition
ALTER TABLE table_name partition (pCol1='old_part1:', pcol2='old_part2:') 
rename to partition (pCol1='new_part1:', pcol2='new_part2:')

  was:
The following queries are  not working ..
1)Rename Table 
ALTER TABLE table_name RENAME TO new_table_name

2)Rename partition
alter table alter_rename_partition partition (pCol1='old_part1:', 
pcol2='old_part2:') rename to partition (pCol1='new_part1:', 
pcol2='new_part2:')");

    
> Alter table rename is failing since FileSystem cache is not working in hadoop 
> 0.23.1
> ------------------------------------------------------------------------------------
>
>                 Key: HIVE-3223
>                 URL: https://issues.apache.org/jira/browse/HIVE-3223
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.9.0
>            Reporter: Kristam Subba Swathi
>
> The following queries are not working ..
> 1)Rename Table 
> ALTER TABLE table_name RENAME TO new_table_name
> 2)Rename partition
> ALTER TABLE table_name partition (pCol1='old_part1:', pcol2='old_part2:') 
> rename to partition (pCol1='new_part1:', pcol2='new_part2:')

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to