Google News
logo
Hadoop - Quiz(MCQ)
_________ method will be called by Pig both in the front end and back end to pass a unique signature to the Loader.
A)
getShipFiles()
B)
getCacheFiles()
C)
relativeToAbsolutePath()
D)
setUdfContextSignature()

Correct Answer :   setUdfContextSignature()


Explanation : 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.

Advertisement