Home / CSE MCQs / Hadoop MCQs :: Discussion

Discussion :: Hadoop MCQs

  1. The ________ class provides the getValue() method to read the values from its instance.
  2. A.
    Get
    B.
    Result
    C.
    Put
    D.
    Value

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    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.


Be The First To Comment