Hive Metastore Configuration 7
Hive Metastore: In Hive, metastore is the central repository to store metadata for hive tables/partitions. Any datastore that has a JDBC driver can be used as a metastore. By default, the metastore service runs in the same JVM as the Hive service and contains an embedded Derby database instance backed by the local disk. There are 3 different ways to setup the metastore server using different Hive configurations: Embedded Metastore Local Metastore Remote […]