Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-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 85A3011E63 for ; Mon, 12 May 2014 02:00:40 +0000 (UTC) Received: (qmail 33341 invoked by uid 500); 12 May 2014 01:00:40 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 33260 invoked by uid 500); 12 May 2014 01:00:40 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 33252 invoked by uid 99); 12 May 2014 01:00:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2014 01:00:39 +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 (athena.apache.org: domain of josh.elser@gmail.com designates 209.85.216.53 as permitted sender) Received: from [209.85.216.53] (HELO mail-qa0-f53.google.com) (209.85.216.53) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2014 01:00:35 +0000 Received: by mail-qa0-f53.google.com with SMTP id ih12so6377410qab.12 for ; Sun, 11 May 2014 18:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=roGe81Bq4QmIFcRVI0M5ZxNx/GhuO1irw3ZWCLRGv+k=; b=aulr7qhI8SQGFhH5vY6jddadrQ6qnZs6vJTyVEtPrkHPlXHaEI1Etph5x9M6zo4Zlz nB53EJCWbXxo7xdIdr88GwS0I2BB6pFM9boNr4Bz2UZ7TrutiNWiZFANRqtUXYBSIpxF C412hxtI3BOfFCVzFvkcsMed4iuMJxLkd/vb4uxJkehdXEBI0yrLio0/8MxDrqPUpxRL GjPeLSNENma4Jo08/6nh24rGSTI82RFuIWaiRGUdLMyl4swpPS7geiuADoJXCTirwfxa FilAG3lGtv1ghHFgbUQr5xHDNrM4ZjrIqrEJbkrHXDW0bIe6f7fOT2ZGBT7kM5ufSHPu DChA== X-Received: by 10.224.61.200 with SMTP id u8mr26022324qah.18.1399856414641; Sun, 11 May 2014 18:00:14 -0700 (PDT) Received: from HW10447.local (pool-71-166-48-47.bltmmd.fios.verizon.net. [71.166.48.47]) by mx.google.com with ESMTPSA id 74sm6236871qgf.32.2014.05.11.18.00.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 11 May 2014 18:00:13 -0700 (PDT) Message-ID: <53701D19.3040302@gmail.com> Date: Sun, 11 May 2014 21:00:09 -0400 From: Josh Elser User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: user@accumulo.apache.org Subject: Re: OpenTSDB References: <3F8F26CF-D0D9-4C61-A422-7ACA29D88106@clearedgeit.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Possibly, but it would look different than Don described. It would be fairly easy to write data to an existing HBase instance from Accumulo (and one can probably assume the opposite to be true). Thus, Gets/Scans would be using the HBase API. On 5/11/14, 8:30 PM, Mike Drob wrote: > The replication interface might be an easy place to try and support this. > > > On Sun, May 11, 2014 at 8:20 PM, Donald Miner > wrote: > > "Commands" like scan, put, create table, etc. > > It would respond to hbase thrift and pretend it was hbase.... But it > is using accumulo behind the scenes. basically be a translation > layer. There are obviously some things that don't translate. > > I presume you could do something across all of the big table > implementations. > > On May 11, 2014, at 7:33 PM, David Medinets > > wrote: > >> Please define "hbase commands". >> >> >> On Sun, May 11, 2014 at 7:29 PM, Donald Miner >> > wrote: >> >> Crazy/bad idea I've had before.... we could develop a >> hbase->accumulo proxy that receives basic hbase commands and >> then writes out accumulo. >> >> On May 11, 2014, at 4:57 PM, Eric Newton >> > wrote: >> >>> It is being maintained. I have tried very hard not to modify >>> the core OpenTSDB to support it. But, it would be nice if we >>> could define a storage-independent layer to which it could >>> adhere. >>> >>> I don't believe the OTSDB team is interested, but a basic >>> scalable back-end abstraction would be nice. As would a >>> standard java build environment, but that doesn't seem to be >>> wanted, either. >>> >>> We could work towards a common storage abstraction, which >>> would be a reasonable request. >>> >>> Zipkin does a good job of being storage independent. I would >>> work towards their model. >>> >>> -Eric >>> >>> On May 11, 2014 10:28 AM, "Arshak Navruzyan" >>> > wrote: >>> >>> I noticed Eric Newton's opentsdb adapter for Accumulo. >>> Is this still being maintained? >>> >>> https://github.com/ericnewton/accumulo-opentsdb >>> >>> Also wondering if the StumbleUpon folks are willing to >>> merge it in as an alternative to HBase back end. >>> >>> Thanks >>> >>> Arshak >>> >> >