Google News
logo
Hadoop - Quiz(MCQ)
________ method enables the RecordReader associated with the InputFormat provided by the LoadFunc is passed to the LoadFunc.
A)
getNext()
B)
prepareToRead()
C)
relativeToAbsolutePath()
D)
All of the above

Correct Answer :   prepareToRead()


Explanation : The RecordReader can then be used by the implementation in getNext() to return a tuple representing a record of data back to pig.

Advertisement