InterviewSolution
Saved Bookmarks
| 1. |
What does the following command do?hbase > alter 'tablename', {NAME => 'colFamily', METHOD => 'delete'} |
|
Answer» This command deletes the column family form the table. |
|