You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/02/15 22:32:23 UTC

[Hadoop Wiki] Update of "Hive/AdminManual/MetastoreAdmin" by JohnSichi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "Hive/AdminManual/MetastoreAdmin" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/AdminManual/MetastoreAdmin?action=diff&rev1=12&rev2=13

--------------------------------------------------

  === Introduction ===
  
  All the metadata for Hive tables and partitions are stored in Hive Metastore. Metadata is persisted using [[http://www.datanucleus.org/|JPOX]] ORM solution so any store that is supported by it. Most of the commercial relational databases and many open source datstores are supported. Any datastore that has JDBC driver can probably be used.
+ 
+ You can find an E/R diagram for the metastore [[https://issues.apache.org/jira/secure/attachment/12471108/HiveMetaStore.pdf|here]].
  
  There are 3 different ways to setup metastore server using different Hive configurations. The relevant configuration parameters are