Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 21469 invoked from network); 3 Apr 2009 08:42:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Apr 2009 08:42:55 -0000 Received: (qmail 56641 invoked by uid 500); 3 Apr 2009 08:42:54 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 56564 invoked by uid 500); 3 Apr 2009 08:42:54 -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 56554 invoked by uid 99); 3 Apr 2009 08:42:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 08:42:54 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryanobjc@gmail.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 08:42:46 +0000 Received: by yx-out-2324.google.com with SMTP id 3so595143yxj.29 for ; Fri, 03 Apr 2009 01:42:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=3Lvonvye7zi08iwJRehmqfsfn70ltGk66fY0akJEfN8=; b=L62mCNY1Vw/r9WUJ3QWYbVj/hv7ARWGFkN2t4xSf1lsFf1jmrBnt/OizJznEW0+Wwd H688HFiB7cf5amDou+hbIOjm4RzgsyRxAgiwreTww4xp9vRylN/yMKR9Wlag0r+QJ3LJ 6StCmuoxTvajQBHViEbpa+VMuiPhFEBkUciuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=noG2W3E3JxXubWm34qbaSrLWhGvmda4gxxGK/hdMzFIod3WrB2rhtVy4CrL9sJNUzA B+3ldXcWFPSyQNOGFdZ4RSJkYWg+p9D2feScv6s8qxeXumK2EjZ/55C20P3i2lIH4s6J mdNacvKvTd3XlozkApuSh6Pp5d0yefqA8S2M0= MIME-Version: 1.0 Received: by 10.151.103.11 with SMTP id f11mr1752689ybm.235.1238748145513; Fri, 03 Apr 2009 01:42:25 -0700 (PDT) In-Reply-To: <1607488865.1238747953227.JavaMail.jira@brutus> References: <2058377848.1217877044320.JavaMail.jira@brutus> <1607488865.1238747953227.JavaMail.jira@brutus> Date: Fri, 3 Apr 2009 01:42:25 -0700 Message-ID: <78568af10904030142w8ff7d7cjc1d205a3a86909b7@mail.gmail.com> Subject: Re: [jira] Commented: (HBASE-794) Language neutral IPC as a first class component of HBase architecture From: Ryan Rawson To: hbase-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=00151750e7f02df4e70466a2873b X-Virus-Checked: Checked by ClamAV on apache.org --00151750e7f02df4e70466a2873b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Avro isnt language independent yet. We talked about a RPC format that meshes well with KeyValue and hopefully will be nice and speedy. On Fri, Apr 3, 2009 at 1:39 AM, Andrew Purtell (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/HBASE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695294#action_12695294] > > Andrew Purtell commented on HBASE-794: > -------------------------------------- > > AVRO may be an option. > > From > https://issues.apache.org/jira/browse/HBASE-1015?focusedCommentId=12695265&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12695265: > > {code} > http://people.apache.org/~cutting/avro.git/ > > To learn more: > > git clone http://people.apache.org/~cutting/avro.git/avro > cat avro/README.txt > {code} > > > Language neutral IPC as a first class component of HBase architecture > > --------------------------------------------------------------------- > > > > Key: HBASE-794 > > URL: https://issues.apache.org/jira/browse/HBASE-794 > > Project: Hadoop HBase > > Issue Type: New Feature > > Components: client, ipc, master, regionserver > > Reporter: Andrew Purtell > > Assignee: Andrew Purtell > > Priority: Minor > > Fix For: 0.20.0 > > > > > > This issue considers making a language neutral IPC mechanism and wire > format a first class component of HBase architecture. Clients could talk to > the master and regionserver using this protocol instead of HRPC at their > option. > > Options for language neutral IPC include: > > * Thrift: http://incubator.apache.org/thrift/ > > * Protocol buffers: http://code.google.com/p/protobuf/ > > * XDR: http://en.wikipedia.org/wiki/External_Data_Representation > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > --00151750e7f02df4e70466a2873b--