1.

The ________ class provides the getValue() method to read the values from its instance.(a) Get(b) Result(c) Put(d) ValueI had been asked this question in a job interview.The above asked question is from Metrics in Hbase topic in chapter Developing a MapReduce Application of Hadoop

Answer»

Correct option is (b) Result

To ELABORATE: Get the result by passing your Get class instance to the get METHOD of the HTable class. This method returns the Result class OBJECT, which holds the REQUESTED result.



Discussion

No Comment Found

Related InterviewSolutions