Logon to hbase shell
Create a table 'referrer' with 2 column families 'details' and 'stats'
List the table
list
Drop the table
hbase shell
Create a table 'referrer' with 2 column families 'details' and 'stats'
create 'referrer', 'details','stats'
List the table
list
Drop the table
disable 'referrer'
drop 'referrer'
No comments:
Post a Comment