Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

____________ method enables the RecordReader associated with the InputFormat provided by the LoadFunc is passed to the LoadFunc.

a) getNext()
b) relativeToAbsolutePath()
c) prepareToRead()
d) all of the mentioned

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

Join The Discussion