0 votes
in Hive by
What is a metastore in Hive?

1 Answer

0 votes
by

Basically, to store the metadata information in the Hive we use Metastore. Though, it is possible by using RDBMS and an open source ORM (Object Relational Model) layer called Data Nucleus. That converts the object representation into the relational schema and vice versa.

...