Google News
logo
Hadoop - Quiz(MCQ)
The loader should use ______ method to communicate the load information to the underlying InputFormat.
A)
getCacheFiles()
B)
relativeToAbsolutePath()
C)
setLocation()
D)
setUdfContextSignature()

Correct Answer :   setLocation()


Explanation : setLocation() method is called by Pig to communicate the load location to the loader.

Advertisement