Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 70985 invoked from network); 28 Nov 2008 18:58:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2008 18:58:52 -0000 Received: (qmail 56552 invoked by uid 500); 28 Nov 2008 18:59:03 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 56528 invoked by uid 500); 28 Nov 2008 18:59:03 -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 56519 invoked by uid 99); 28 Nov 2008 18:59:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2008 10:59:03 -0800 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; Fri, 28 Nov 2008 18:57:44 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 833E2118DB for ; Fri, 28 Nov 2008 18:58:31 +0000 (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: Fri, 28 Nov 2008 18:58:31 -0000 Message-ID: <20081128185831.11779.4933@eos.apache.org> Subject: [Hadoop Wiki] Update of "Hbase/Groovy" by TomNichols 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 TomNichols: http://wiki.apache.org/hadoop/Hbase/Groovy The comment on the change is: added code attachment ------------------------------------------------------------------------------ Instructions for using Groovy to manipulate HBase should be identical to Java. A 'builder' class has been written to make some HBase methods more convenient in Groovy. Note that this is not part of the 'official' HBase API, but a community contribution. It is a single class that should be easy enough to include in your own project source. The code is released under the ASF 2.0 license. To get support or submit enhancements to this code, please email the [http://hadoop.apache.org/hbase/mailing_lists.html HBase mailing lists]. + + The latest code may be downloaded [attachment:HBaseBuilder.java here]. + === Examples === @@ -85, +88 @@ } }}} - === Source code === - The latest code may be downloaded [here]. + === Changelog === + *'''28/11/2008''' - Initial upload