Tuesday, November 16, 2010

How to rename a table in Apache Hive

Run the following command to rename a table in Hive

ALTER TABLE [old_table_name] RENAME TO [new_table_name];

No comments:

Post a Comment