What is Metastore in Hadoop?
What is Metastore in Hadoop? Metastore is the central repository of Apache Hive metadata. It stores metadata for Hive tables (like their schema and location) and partitions in a relational database. It provides client access to this information by using metastore service API. What is Metastore data? Metastore is an Read more…