Dhanushka Gayashan
Dhanushka Gayashan

Reputation: 734

Hive query to rename a Hbase table

Is there any Hive query using which i can rename Hbase table?

Upvotes: 0

Views: 906

Answers (1)

Anil Gupta
Anil Gupta

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

Related Questions