Google News
logo
Hadoop - Quiz(MCQ)
________ return a list of hdfs files to ship to distributed cache.
A)
getShipFiles()
B)
getCacheFiles()
C)
relativeToAbsolutePath()
D)
setUdfContextSignature()

Correct Answer :   getShipFiles()


Explanation : The default implementation provided in LoadFunc handles this for FileSystem locations.

Advertisement