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 tells LoadFunc which fields are required in the Pig script.

a) pushProjection()
b) relativeToAbsolutePath()
c) prepareToRead()
d) none of the mentioned

Answer: a
Explanation: Pig will use the column index requiredField.index to communicate with the LoadFunc about the fields required by the Pig script.

Join The Discussion