1.

HBase supports a ____________ interface via Put and Result.(a) “bytes-in/bytes-out”(b) “bytes-in”(c) “bytes-out”(d) none of the mentionedThis question was posed to me in quiz.My doubt stems from Schema Design in HBase in division Hive and HBase of Hadoop

Answer»

Correct ANSWER is (a) “BYTES-in/bytes-out”

Easy explanation: Input COULD be STRINGS, numbers, complex OBJECTS, or even images as long as they can rendered as bytes.



Discussion

No Comment Found

Related InterviewSolutions