InterviewSolution
Saved Bookmarks
| 1. |
Give a command to store 4 versions in a table rather than the default 3. |
|
Answer» hbase > alter 'tablename', {NAME => 'ColFamily', VERSIONS => 4} |
|