Google News
logo
Hadoop - Quiz(MCQ)
The HCatalog interface for Pig consists of ____________ and HCatStorer, which implement the Pig load and store interfaces respectively.
A)
HCatLoad
B)
HCLoader
C)
Both (A) and (B)
D)
HCatLoader

Correct Answer :   HCatLoader


Explanation : HCatLoader accepts a table to read data from; you can indicate which partitions to scan by immediately following the load statement with a partition filter statement.

Advertisement