InterviewSolution
Saved Bookmarks
| 1. |
The HCatalog interface for Pig consists of ____________ and HCatStorer, which implement the Pig load and store interfaces respectively.(a) HCLoader(b) HCatLoader(c) HCatLoad(d) None of the mentioned |
|
Answer» The correct choice is (b) HCatLoader To explain I would say: 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. |
|