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 839F0113E7 for ; Wed, 18 Jun 2014 05:01:34 +0000 (UTC) Received: (qmail 78215 invoked by uid 500); 18 Jun 2014 05:01:34 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 78175 invoked by uid 500); 18 Jun 2014 05:01:34 -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 78164 invoked by uid 99); 18 Jun 2014 05:01:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 05:01:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dminer@clearedgeit.com designates 209.85.219.45 as permitted sender) Received: from [209.85.219.45] (HELO mail-oa0-f45.google.com) (209.85.219.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 05:01:31 +0000 Received: by mail-oa0-f45.google.com with SMTP id o6so715756oag.32 for ; Tue, 17 Jun 2014 22:01:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=QjAOwrZbvqIA8G21f0FE2bTuGxJdyycNHd/vgMJeWE0=; b=RfG1gWmyEfZPeG7iHfV9d09H7XPb7aqdqQo0Pxnx9bP3x5lHcR2KdCA0OLN0Adok14 VUTAevfWAjTIV/HvoSS/k9nc/MT/mK72OOx9qmBmR3qQR45PjFMKNIDSBufGqwhBCIpp 0bYMmkurjhHUOC9UTtX8uTdJRt8vJR9kLVMLwyl+GJePu+cu3QOFrLMKzs28RswZ0Vnv F/FE0qm0K8zVvN6WQeDtG/Lj32D3oV0sPWpDAZ5kchaquUkyHqLmyTvDNirxeI/xgsOq u9yTPLvp0UuxBejPKd9vIF0UJw07J36qUk79LGhmJS4YAuhj2OPDqp45twpBt0nHRVC2 2gSQ== X-Gm-Message-State: ALoCoQn1BYARDZgPsjvgXDfcDD3xLkdcl/w0wTLB1PzjVTXmO8PYNYJzq8x/XO9R88HxRTFVu9ff X-Received: by 10.60.39.166 with SMTP id q6mr31444348oek.20.1403067667324; Tue, 17 Jun 2014 22:01:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.44.200 with HTTP; Tue, 17 Jun 2014 22:00:46 -0700 (PDT) In-Reply-To: References: From: Donald Miner Date: Wed, 18 Jun 2014 01:00:46 -0400 Message-ID: Subject: Re: Distributed SQL Engine connectors. To: "dev@accumulo.apache.org" Content-Type: multipart/alternative; boundary=089e013cc236e884bb04fc1525d5 X-Virus-Checked: Checked by ClamAV on apache.org --089e013cc236e884bb04fc1525d5 Content-Type: text/plain; charset=UTF-8 Here is a summary on the subject: There were two talks on this at Accumulo Summit, but neither are open source. I think are both are interesting reads on the subject and you might be able to glean how you could do it yourself. Pivotal's HAWQ w/ Accumulo: http://www.slideshare.net/AccumuloSummit/15-30-efraty-radtka Argyle built Presto on Accumulo: http://www.slideshare.net/AccumuloSummit/14-25-navruzyan Here is an overview presentation on the subject that I gave recently (but doesn't give any answers): http://www.slideshare.net/DonaldMiner/sq-lon-accumulo There was a pretty length conversation about Phoenix on Accumulo, but I think that got stalled about something with Iterators (?) : https://www.google.com/?gws_rd=ssl#q=%22SQL+layer+over+Accumulo%22+phoenix+site%3Ahttp%3A%2F%2Fmail-archives.apache.org There is a Hive storage manager that has been worked on in the past. Some people have talked about working on it. https://github.com/bfemiano/accumulo-hive-storage-manager I hope this helps. -d On Wed, Jun 18, 2014 at 12:42 AM, Vicky Kak wrote: > I am looking for the accumulo integration with the new breed of distributed > SQL engines like PrestoDb,Impala,Drill,parquet. > I was able to figure out one JIRA on these lines > https://issues.apache.org/jira/browse/ACCUMULO-2180 > > I would be interested in knowing if others are developing such pieces. > > Thanks, > Vicky > --089e013cc236e884bb04fc1525d5--