InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) The HCatLoader and HCatStorer interfaces are used with Pig scripts to read and write data in HCatalog-managed tables(b) HCatalog is not thread safe(c) HCatLoader is used with Pig scripts to read data from HCatalog-managed tables.(d) All of the mentioned |
|
Answer» The correct option is (d) All of the mentioned To elaborate: HCatLoader is accessed via a Pig load statement. |
|