InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) The load/store UDFs control how data goes into Pig and comes out of Pig.(b) LoadCaster has methods to convert byte arrays to specific types.(c) The meaning of getNext() has changed and is called by Pig runtime to get the last tuple in the data(d) None of the mentionedThe question was asked in my homework.My question comes from User-defined Functions in Pig in chapter Pig of Hadoop |
|
Answer» Right answer is (C) The meaning of getNext() has changed and is CALLED by PIG runtime to GET the last tuple in the DATA |
|