Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 10998 invoked from network); 18 Feb 2009 19:43:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 19:43:11 -0000 Received: (qmail 85131 invoked by uid 500); 18 Feb 2009 19:43:11 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 85099 invoked by uid 500); 18 Feb 2009 19:43:10 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 85090 invoked by uid 99); 18 Feb 2009 19:43:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 11:43:10 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO aurora.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 19:43:10 +0000 Received: from aurora.apache.org (localhost [127.0.0.1]) by aurora.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n1IJglnB008051 for ; Wed, 18 Feb 2009 19:42:48 GMT Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: core-commits@hadoop.apache.org Date: Wed, 18 Feb 2009 19:42:47 -0000 Message-ID: <20090218194247.7901.81810@aurora.apache.org> Subject: [Hadoop Wiki] Update of "Hive/GettingStarted" by scruffy323 X-Virus-Checked: Checked by ClamAV on apache.org 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 scruffy323: http://wiki.apache.org/hadoop/Hive/GettingStarted ------------------------------------------------------------------------------ (aka hive.metastore.warehouse.dir) and set them chmod g+w in HDFS before a table can be created in Hive. + Commands + {{{ + $HADOOP_HOME/bin/hadoop fs -mkdir /tmp + $HADOOP_HOME/bin/hadoop fs -mkdir /user/hive/warehouse + $HADOOP_HOME/bin/hadoop fs -chmod g+w /tmp + $HADOOP_HOME/bin/hadoop fs -chmod g+w /user/hive/warehouse + }}} + To use hive command line interface (cli) from the shell: {{{