Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 22695 invoked from network); 25 Nov 2008 22:35:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2008 22:35:35 -0000 Received: (qmail 10405 invoked by uid 500); 25 Nov 2008 22:35:45 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 10381 invoked by uid 500); 25 Nov 2008 22:35:45 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 10370 invoked by uid 99); 25 Nov 2008 22:35:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 14:35:45 -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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 22:34:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 481E6234C296 for ; Tue, 25 Nov 2008 14:34:44 -0800 (PST) Message-ID: <1274770809.1227652484294.JavaMail.jira@brutus> Date: Tue, 25 Nov 2008 14:34:44 -0800 (PST) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1015) pure C and C++ client libraries In-Reply-To: <1992760788.1227297944287.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650773#action_12650773 ] Andrew Purtell commented on HBASE-1015: --------------------------------------- Could also look at Google's "protocol buffers" for a native binary protocol: http://code.google.com/p/protobuf/ > pure C and C++ client libraries > ------------------------------- > > Key: HBASE-1015 > URL: https://issues.apache.org/jira/browse/HBASE-1015 > Project: Hadoop HBase > Issue Type: New Feature > Components: client > Reporter: Andrew Purtell > Priority: Minor > > If via HBASE-794 first class support for talking via Thrift directly to HMaster and HRS is available, then pure C and C++ client libraries are possible. > The C client library would wrap a Thrift core. > The C++ client library can provide a class hierarchy quite close to o.a.h.h.client and, ideally, identical semantics. It should be just a wrapper around the C API, for economy. > Internally to my employer there is a lot of resistance to HBase because many dev teams have a strong C/C++ bias. The real issue however is really client side integration, not a fundamental objection. (What runs server side and how it is managed is a secondary consideration.) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.