Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B83627304 for ; Fri, 23 Dec 2011 04:30:33 +0000 (UTC) Received: (qmail 44890 invoked by uid 500); 23 Dec 2011 04:30:32 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 44865 invoked by uid 500); 23 Dec 2011 04:30:31 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 44834 invoked by uid 99); 23 Dec 2011 04:30:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2011 04:30:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-tul01m020-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2011 04:30:22 +0000 Received: by obcwo8 with SMTP id wo8so6134141obc.14 for ; Thu, 22 Dec 2011 20:30:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=fKCHQRlCwTQxTMef/rSmK10CzlRcdk3mhgla+eIjdCg=; b=KKMbs6Q67zoLfPPFp4eircJ2GypnnlTyswuFdnXZdxye6yNgJI+pzD5UkHWlVOsMrf hjqL+rOhtqKWQcHEwRB/25lrTFE5X3VzkzQMklMQKn60FFqraP8adcz+SjOhvRWM2An3 zc1SFFiatmT9WpXZVCC/4DJOuADmUzOL/fMgU= MIME-Version: 1.0 Received: by 10.182.110.1 with SMTP id hw1mr11403865obb.38.1324614601538; Thu, 22 Dec 2011 20:30:01 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.182.246.99 with HTTP; Thu, 22 Dec 2011 20:30:01 -0800 (PST) In-Reply-To: References: Date: Thu, 22 Dec 2011 20:30:01 -0800 X-Google-Sender-Auth: mWqmTWAJUoMjAuoaNe0t4R9kIUQ Message-ID: Subject: Re: (Re)Introducing Culvert - A secondary indexing framework for BigTable like systems From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Dec 22, 2011 at 11:44 AM, Jesse Yates wrote: > Culvert was originally introduced at Hadoop Summit 2011, but recent updates > have made it very applicable to current systems. Recently, we added support > for Accumulo as well as upgraded HBase support to 0.92. Since Hadoop > Summit, there have also been significant code cleanup and added some small > features. However, we found that most people hadn't heard of Culvert, so we > wanted to re-release the framework. > > For an introduction to using Culvert, check out the blog post here: > http://jyates.github.com/2011/11/17/intro-to-culvert.html > Nice one Jesse. Would suggest you add to http://wiki.apache.org/hadoop/SupportingProjects -- after you get it compiling again (smile). Add it at top so the projects that rot tend to fall down in the list. St.Ack