InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) HCatalog is a table and storage management layer for Hadoop that enables users with different data processing tools(b) There is Hive-specific interface for HCatalog(c) Data is defined using HCatalog’s command line interface (CLI)(d) All of the mentioned |
|
Answer» Right option is (b) There is Hive-specific interface for HCatalog To elaborate: Since HCatalog uses Hive’s metastore, Hive can read data in HCatalog directly. |
|