Discussion Forum : Developing A Mapreduce Application
Question - The ________ class provides the getValue() method to read the values from its instance.
Options:
A .  Get
B .  Result
C .  Put
D .  Value
Answer: Option B


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.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *