Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7771411883 for ; Mon, 13 May 2013 16:08:14 +0000 (UTC) Received: (qmail 73208 invoked by uid 500); 13 May 2013 15:08:11 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 73172 invoked by uid 500); 13 May 2013 15:08:11 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 73162 invoked by uid 99); 13 May 2013 15:08:11 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 15:08:11 +0000 Received: from localhost (HELO mail-la0-f49.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 15:08:11 +0000 Received: by mail-la0-f49.google.com with SMTP id ee20so2954572lab.22 for ; Mon, 13 May 2013 08:08:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=0n5LJKE35f/78y5ol8jOeJngQoC6GB71dUj1vkqwZD4=; b=KT2XBqwXIss5pdFHnGCZ8gdgPixRfyhNUjXb91J+2WAwp6vE6MUZPSko428ILlhoR4 GWNctN4BH+t6/egLCNcwnb1a5AsrYgiFnGuvQFojs/4Fq7vOBZ45FYbuS3Vogudtj5Ho SAMo7jFp208Llqs3KU5FrgqfXuqd//VSYlb49q9y7iOestnBtysObi/z5HIyXAgNh7W4 zC9FwI1TWBniimTeD8yWEBkhp+67mmRRtWBE+oeIF836OaZ/EabBVO0kvvpiNeCF3af4 ZWCXYAnC9a3q21TqxJM3avgj9JUT1VE8rpqqSQmggcm4YzVuXD4ieVtuZ/OEkFsJGcBD 5jgg== MIME-Version: 1.0 X-Received: by 10.112.141.38 with SMTP id rl6mr13201420lbb.101.1368457689062; Mon, 13 May 2013 08:08:09 -0700 (PDT) Received: by 10.114.185.135 with HTTP; Mon, 13 May 2013 08:08:09 -0700 (PDT) In-Reply-To: <5190FB71.2080909@gmail.com> References: <5190FB71.2080909@gmail.com> Date: Mon, 13 May 2013 11:08:09 -0400 Message-ID: Subject: Re: Is C++ code still part of 1.5 release? From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=ISO-8859-1 2) Yes. 3) True, I think gen-py, and gen-rb, should be included as a minimum. I'm not sure about gen-cpp... but I can include it, as I tried to install thrift with maximum options enabled. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Mon, May 13, 2013 at 10:40 AM, Josh Elser wrote: > On 5/12/13 11:45 PM, Christopher wrote: >> >> 1) we don't need to include java bindings for the proxy; compiled >> versions are already in the proxy jar, >> 2) not all packagers will even have installed thrift with the ability >> to produce ruby and python bindings, >> 3) these may or may not be helpful to any particular end user (though >> it's probably safe to assume ruby and python will be the most common), >> 4) we're not including the proxy.thrift file, which is perhaps the >> most important file for the proxy, and including it should be >> sufficient. >> >> > 1)That works. I should've caught that when I was in the proxy last and I > didn't.Thanks for that. > 2) Do you mean packagers as in people who might make an official release? I > would think these are the only people that "really" matter, and thus I would > expect them to be able to build a full distributionthat include these > bindings. It might be nice to be able to create a packaging for each > language (gem, egg, etc); but until we have some sort of packaging, I'd > really like to see theruby and pythonsources included even in the binary > dist. > 3)True, but I'd rather set the bar as low as possible for people who just > want to play around in a scripting language with Accumulo. > 4) Definitely want to make sure it's included. > > Does anyone have an opinion on other languages that thrift supports that we > should also create bindings for? I concur with your opinion on Ruby and > Python, but I wonder if there's something else that people would also like.