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 RaviThinakkal:
http://wiki.apache.org/hadoop/Hive/AdminManual/MetastoreAdmin

------------------------------------------------------------------------------
  [[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.
+ 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.
  
  There are 3 different ways to setup metastore server using different Hive 
configurations. The relevant configuration parameters are
  

Reply via email to