Reputation: 734
Is there any Hive query using which i can rename Hbase table?
Upvotes: 0
Views: 906
Reputation: 1126
No, Hive cannot rename a HBase Table. You have to use either HBase shell or HBase api to rename Table.
Here is documentation for it:
http://hbase.apache.org/book.html#table.rename
Upvotes: 1