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/08/03 22:05:05 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

------------------------------------------------------------------------------
  || javax.jdo.option.ConnectionUserName || <user name> || user name for connecting to mysql server ||
  || javax.jdo.option.ConnectionPassword || <password> || password for connecting to mysql server ||
  || hive.metastore.uris || thrift://<host_name>:<port> || host and port for the thrift metastore server ||
- || hive.metastore.local || true || this is local store ||
+ || hive.metastore.local || false || this is local store ||
  || hive.metastore.warehouse.dir || <base hdfs path> || default location for Hive tables. ||
  
  If you are using MySQL as the datastore for metadata, put MySQL client libraries in HIVE_HOME/lib before starting Hive Client or HiveMetastore Server.