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/01/28 23:46:02 UTC

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

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 PatChristopher.
The comment on this change is: grammar update, minor..
http://wiki.apache.org/hadoop/Hive/AdminManual/MetastoreAdmin?action=diff&rev1=11&rev2=12

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

  <<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 many open source datstores are supported. Any datastore that has JDBC driver can probably used.
+ 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.
  
  There are 3 different ways to setup metastore server using different Hive configurations. The relevant configuration parameters are