InterviewSolution
Saved Bookmarks
| 1. |
What is the role of the class HColumnDescriptor in Hbase? |
|
Answer» This class is used to store information about a column family such as the number of versions, compression settings, etc. It is used as input when creating a table or adding a column. |
|