Q.1.
__________ abstract class has three main methods for loading data and for most use cases it would suffice to extend it.
Q.2.
Point out the correct statement.
Q.3.
Which of the following has methods to deal with metadata?
Q.4.
____________ method will be called by Pig both in the front end and back end to pass a unique signature to the Loader.
Q.5.
Point out the wrong statement.
Q.6.
___________ return a list of hdfs files to ship to distributed cache.
Q.7.
The loader should use ______ method to communicate the load information to the underlying InputFormat.
Q.8.
____________ method enables the RecordReader associated with the InputFormat provided by the LoadFunc is passed to the LoadFunc.
Q.9.
__________ method tells LoadFunc which fields are required in the Pig script.
Q.10.
A loader implementation should implement __________ if casts (implicit or explicit) from DataByteArray fields to other types need to be supported.