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 6D31CD3A6 for ; Tue, 29 Jan 2013 01:37:19 +0000 (UTC) Received: (qmail 97226 invoked by uid 500); 29 Jan 2013 01:37:19 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 97197 invoked by uid 500); 29 Jan 2013 01:37:19 -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 97188 invoked by uid 99); 29 Jan 2013 01:37:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 01:37:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of josh.elser@gmail.com designates 209.85.216.49 as permitted sender) Received: from [209.85.216.49] (HELO mail-qa0-f49.google.com) (209.85.216.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 01:37:11 +0000 Received: by mail-qa0-f49.google.com with SMTP id o13so36730qaj.8 for ; Mon, 28 Jan 2013 17:36:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=XCfxeZZcRiUxsicOvSnLQL1BxDGofOASGSD+UH3tb8c=; b=MPaRRFIB4E66zbVKz8HIl4LWdQDIpGh8ZCmQAdwGYont605iUdoy6OoqIaqla3ZC9d EX8FtI8TSTp9de1DONy6xxlBloXiXL9pte6haorD41hIcvQOtYetIBR+UsEE+7oUFnPX 96Fys85LJAhibcTjmGlYZRjE3F+qriuTNGOi12joLI/YCDk8HoCzvt7MfY/qgAfFWdte zqFSiIIDxEeZrvDfhhoQjyR5pDnBtpHeDbI0kjtiUE6GjMukIendQZwAQqTgZXhVVD5p ek+xN55xlg2Aw4HO77X/TRL6uP1lZYdRmMmznTIzYj9PN2cNIdnoewD/CeL0uxJXPzGx RwUA== X-Received: by 10.224.40.16 with SMTP id i16mr207825qae.48.1359423410348; Mon, 28 Jan 2013 17:36:50 -0800 (PST) Received: from [192.168.2.210] (pool-173-69-170-178.bltmmd.fios.verizon.net. [173.69.170.178]) by mx.google.com with ESMTPS id r13sm6861293qeu.11.2013.01.28.17.36.49 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 17:36:49 -0800 (PST) Message-ID: <510727CD.1060607@gmail.com> Date: Mon, 28 Jan 2013 20:37:17 -0500 From: Josh Elser User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130125 Thunderbird/17.0.2 MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Re: Accumulo 1.6 and beyond feature summit References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org - The ability to lock a table (or perhaps locality group(s)) to memory would be very intriguing. I know this is somewhat achievable via the data block and index block cache, however I'm not sure if that's entirely the same? At a minimum, we currently only have on/off caching for a table. - Continuous-ingest is pretty good baseline for determining how good of a configuration exists. I think we could easily take it a step farther to make >1node installation/initial-setup much less error prone, not to mention create a more stable test harness for various "normal" Accumulo workloads. This could also make internal testing much easier and reproducible. - Focus on the proxy. I think making the proxy a very user-friendly endpoint will vastly increase the usability of Accumulo overall. It no longer forces everyone into Java (or jython/jruby); however the proxy could still use some love (I went to use it one night and then realized I had to update my installed version of Thrift, boo). Parroting some stuff other people mentioned.. - cleanup hook on SKVI - Scanner/BatchScanner/ScannerBase cleanup - auto tablet merge On 01/26/2013 08:10 PM, Adam Fuchs wrote: > Folks, > > Now that we're past feature freeze for 1.5, I'd like to set up a discussion > of the features that Accumulo developers are interested in for 1.6 and > beyond. The purpose of this discussion will be to raise awareness of > projects that you think are cool and important, and to rally the community. > As a proposed format, let's plan on a series of 2-5 minute presentations of > individual features -- what it is, why it's important, how should we build > it, and who needs to help. We'll record the presentations for posterity. > > Since the community is now distributed throughout several states, let's try > our hand at an online discussion. Depending on participation, we'll pick a > forum that can accomodate everyone. If you're interested in attending, > please fill out this doodle with what time you would be available: > http://www.doodle.com/w9zb77ya3ykxr4zv > > If you can, please try to fill out the survey by Tuesday afternoon. After > we get a good feel for times and participation, I'll schedule an online > forum and send out a meeting invitation. If you would like to present a > feature, send me an email directly at afuchs@apache.org, and I'll make sure > you get time to present it. > > I look forward to seeing what everyone has up their sleeves! > > Cheers, > Adam >