InterviewSolution
Saved Bookmarks
| 1. |
HBase is a distributed ________ database built on top of the Hadoop file system.(a) Column-oriented(b) Row-oriented(c) Tuple-oriented(d) None of the mentionedThe question was asked in an international level competition.The query is from Introduction to HBase topic in portion Hive and HBase of Hadoop |
|
Answer» CORRECT option is (a) Column-oriented For explanation I would say: HBase is a data model that is SIMILAR to Google’s BIG table designed to provide quick RANDOM ACCESS to huge amounts of structured data. |
|