InterviewSolution
Saved Bookmarks
| 1. |
Apache HBase is a non-relational database modeled after Google’s _________(a) BigTop(b) Bigtable(c) Scanner(d) FoundationDBThis question was posed to me in class test.My query is from Introduction to HBase topic in section Hive and HBase of Hadoop |
|
Answer» RIGHT option is (b) Bigtable The explanation is: Bigtable acts up on Google FILE SYSTEM, likewise APACHE HBase WORKS on top of Hadoop and HDFS. |
|