InterviewSolution
Saved Bookmarks
| 1. |
The minimum number of row versions to keep is configured per column family via _____________(a) HBaseDecriptor(b) HTabDescriptor(c) HColumnDescriptor(d) All of the mentioned |
|
Answer» Correct choice is (c) HColumnDescriptor Explanation: The minimum number of row versions parameter is used together with the time-to-live parameter and can be combined with the number of row versions parameter. |
|