1.

What does the following command do?hbase > alter 'tablename', {NAME => 'colFamily', METHOD => 'delete'}

Answer»

This command deletes the column family form the table.



Discussion

No Comment Found