InterviewSolution
Saved Bookmarks
| 1. |
Briefly explain the use of Metastore in Hive? |
|
Answer» Metastore ACTS as the central repository for Hive metadata. It is used for storing the metadata of Hive TABLES i.e., schemas and locations. Metadata is first stored in metastore which is LATER stored in a relational DATABASE (RDBMS) whenever required. Metastore consists of 3 types of modes for deployment. These are given below.
|
|