InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) HBase provides only sequential access to data(b) HBase provides high latency batch processing(c) HBase internally provides serialized access(d) All of the mentionedThe question was posed to me in a job interview.My doubt stems from Introduction to HBase in chapter Hive and HBase of Hadoop |
|
Answer» RIGHT OPTION is (c) HBase internally PROVIDES serialized access Explanation: HBase internally USES Hash tables and provides random access. |
|