InterviewSolution
Saved Bookmarks
| 1. |
When do we need to disable a table in Hbase? |
|
Answer» In Hbase a table is disabled to allow it to be modified or change its settings. .When a table is disabled it cannot be accessed through the scan command. |
|