Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 65426 invoked from network); 9 Jan 2008 05:18:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 05:18:22 -0000 Received: (qmail 63402 invoked by uid 500); 9 Jan 2008 05:18:11 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 63373 invoked by uid 500); 9 Jan 2008 05:18:11 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 63364 invoked by uid 99); 9 Jan 2008 05:18:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 21:18:11 -0800 X-ASF-Spam-Status: No, hits=-100.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; Wed, 09 Jan 2008 05:18:07 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 4AC42D2D5 for ; Wed, 9 Jan 2008 05:17:59 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: hadoop-commits@lucene.apache.org Date: Wed, 09 Jan 2008 05:17:59 -0000 Message-ID: <20080109051759.29918.1345@eos.apache.org> Subject: [Lucene-hadoop Wiki] Trivial Update of "Hbase/HbaseShell" by udanax X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification. The following page has been changed by udanax: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseShell ------------------------------------------------------------------------------ CREATE Create tables Syntax: - CREATE TABLE table_name + CREATE TABLE table_name ( column_family_definition [, column_family_definition] ... - + ) column_family_definition: column_family_name [MAX_VERSIONS=n] @@ -94, +94 @@ {{{ hql > CREATE TABLE movieLog_table ( - --> year, length, inColor, studioName, vote, producer, actor) + --> year, length, inColor, studioName, vote, producer, actor); - --> NUM_VERSIONS 10; hql > CREATE TABLE webtable ( --> contents in_memory max_versions=10 compression=block,