Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 21116 invoked from network); 7 Jul 2009 03:08:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 03:08:39 -0000 Received: (qmail 11023 invoked by uid 500); 7 Jul 2009 03:08:49 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 10916 invoked by uid 500); 7 Jul 2009 03:08:48 -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 10907 invoked by uid 500); 7 Jul 2009 03:08:48 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 10904 invoked by uid 99); 7 Jul 2009 03:08:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 03:08:48 +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; Tue, 07 Jul 2009 03:08:46 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 64918118C0 for ; Tue, 7 Jul 2009 03:08:26 +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: Tue, 07 Jul 2009 03:08:26 -0000 Message-ID: <20090707030826.5736.13517@eos.apache.org> Subject: [Hadoop Wiki] Update of "Hbase/ThriftApi" by JoelNothman 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 JoelNothman: http://wiki.apache.org/hadoop/Hbase/ThriftApi The comment on the change is: + link for newbies ------------------------------------------------------------------------------ == Thrift API == + + This page discusses the [http://incubator.apache.org/thrift/ Thrift] client API for Hbase. Thrift is both cross-platform and more lightweight than REST for many operations. The design documentation below is now outdated. The latest version of the Thrift API is described by [http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/org/apache/hadoop/hbase/thrift/Hbase.thrift?view=co Hbase.thrift]. - This page discusses the effort of creating a Thrift client API. The reasoning behind creating a Thrift-based API is that Thrift is both cross-platform and more lightweight than REST for many operations. == Using the API ==