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 21:57:40 UTC

[Hadoop Wiki] 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.ConnectionDriverName || com.mysql.jdbc.Driver || MySQL JDBC driver class ||
  || 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://hadoop5002.snc1.facebook.com:9083 || host and port for the thrift metastore 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.warehouse.dir || <base hdfs path> || default location for Hive tables. ||