InterviewSolution
Saved Bookmarks
| 1. |
HBase is ________ defines only column families.(a) Row Oriented(b) Schema-less(c) Fixed Schema(d) All of the mentioned |
|
Answer» Correct option is (b) Schema-less For explanation I would say: HBase doesn’t have the concept of fixed columns schema. |
|