InterviewSolution
Saved Bookmarks
| 1. |
____________ method will be called by Pig both in the front end and back end to pass a unique signature to the Loader.(a) relativeToAbsolutePath()(b) setUdfContextSignature()(c) getCacheFiles()(d) getShipFiles()This question was posed to me in quiz.The above asked question is from User-defined Functions in Pig in chapter Pig of Hadoop |
|
Answer» The correct choice is (b) setUdfContextSignature() |
|