0 votes
in Big Data | Hadoop by
What is the default database provided by Apache Hive for metastore?

1 Answer

0 votes
by

By default, Hive provides an embedded Derby database instance backed by the local disk for the metastore. This is called the embedded metastore configuration.

...