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() |
|
Answer» The correct choice is (b) setUdfContextSignature() The explanation is: The signature can be used to store into the UDFContext any information which the Loader needs to store between various method invocations in the front end and back end. |
|