0 votes
in HBase by

What does the following command doin HBase?

hbase > alter 'tablename', {NAME => 'colFamily', METHOD => 'delete'}

1 Answer

0 votes
by

hbase > alter 'tablename', {NAME => 'colFamily', METHOD => 'delete'}

This command deletes the column family form the table.

Related questions

0 votes
asked Jun 13, 2020 in HBase by Robindeniel
0 votes
asked Jun 13, 2020 in HBase by Robindeniel
...