From common-commits-return-10482-apmail-hadoop-common-commits-archive=hadoop.apache.org@hadoop.apache.org Mon Feb 01 17:01:07 2010 Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 4233 invoked from network); 1 Feb 2010 17:01:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 17:01:07 -0000 Received: (qmail 73149 invoked by uid 500); 1 Feb 2010 17:01:06 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 73093 invoked by uid 500); 1 Feb 2010 17:01:06 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 73084 invoked by uid 500); 1 Feb 2010 17:01:06 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 73081 invoked by uid 99); 1 Feb 2010 17:01:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 17:01:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 17:01:06 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D6B6216E2F; Mon, 1 Feb 2010 17:00:45 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 01 Feb 2010 17:00:45 -0000 Message-ID: <20100201170045.14209.16039@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22Hive/AdminManual/MetastoreAdmin?= =?utf-8?q?=22_by_JohnSichi?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "Hive/AdminManual/MetastoreAdmin" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/AdminManual/MetastoreAdmin?action=3Ddiff= &rev1=3D10&rev2=3D11 -------------------------------------------------- || hive.metastore.warehouse.dir || || default location f= or Hive tables. || = =3D=3D=3D Remote Metastore =3D=3D=3D - In remote metastore setup, all Hive Clients will make a connection a meta= store server which in turn queries the datastore (MySQL in this example) fo= r metadata. Metastore server and client communicate using [[http://incubato= r.apache.org/thrift|Thrift]] Protocol. Starting with hive 0.5.0, you can st= art a thrift server by executing the following command + In remote metastore setup, all Hive Clients will make a connection a meta= store server which in turn queries the datastore (MySQL in this example) fo= r metadata. Metastore server and client communicate using [[http://incubato= r.apache.org/thrift|Thrift]] Protocol. Starting with Hive 0.5.0, you can st= art a thrift server by executing the following command: = {{{ hive --service metastore }}} = - In versions of hive earlier than 0.5.0, it's instead necessary to run the= thrift server via direct execution of Java: + In versions of Hive earlier than 0.5.0, it's instead necessary to run the= thrift server via direct execution of Java: = {{{ $JAVA_HOME/bin/java -Xmx1024m -Dlog4j.configuration=3Dfile://$HIVE_HOME/= conf/hms-log4j.properties -Djava.library.path=3D$HADOOP_HOME/lib/native/Lin= ux-amd64-64/ -cp $CLASSPATH org.apache.hadoop.hive.metastore.HiveMetaStore