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 2009/01/25 00:09:50 UTC

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

Dear Wiki user,

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

The following page has been changed by PrasadChakka:
http://wiki.apache.org/hadoop/Hive/AdminManual/MetastoreAdmin

------------------------------------------------------------------------------
  == Hive Metastore ==
- 
+ [[TableOfContents]]
  === 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 a many open source datstores are supported. Any datastore that has JDBC driver can probably used.