Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 9AFC8CE86 for ; Tue, 8 May 2012 21:07:02 +0000 (UTC) Received: (qmail 90344 invoked by uid 500); 8 May 2012 21:07:02 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 90280 invoked by uid 500); 8 May 2012 21:07:01 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 90269 invoked by uid 99); 8 May 2012 21:07:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 21:07:01 +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 saint.ack@gmail.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2012 21:06:56 +0000 Received: by lbjn8 with SMTP id n8so6724239lbj.14 for ; Tue, 08 May 2012 14:06:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=rwbTV0uWKopCeh06hgJYW2V0S62J8Ozkl+yPBuC0J0k=; b=XdJN2idzcnR6tsYt/xVzqdNhXZyv7veUZAWIGzDZuI4g0HDXsR0UXiWh367/BVF7ir JhCkIn7CaS6hdU0MiMDOZdkW9H/z6ES7L79rXbn7G/yRh/cnacb+/ubNxBALRW2TBAFO EntvDDHNwXGUkrOnDdgygsPT1jO4XTb0cfLYFoCteHnP35knEfvS13PaKZROI6Czv+9U TCGJAAZam8qt8A7Og/UIJDj+3YHlAuPRLC51jn+K3r9VDYyPYhVaXPyibVUG9xHHCrjJ lnSN8Yb5ti8n7h3W+UrB76LOllCiWeTxRIFFlpwjUYtnilTLUTkp03CLMWbEVdpcqXjJ cA6Q== MIME-Version: 1.0 Received: by 10.152.104.43 with SMTP id gb11mr5836199lab.8.1336511195552; Tue, 08 May 2012 14:06:35 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.112.145.70 with HTTP; Tue, 8 May 2012 14:06:35 -0700 (PDT) In-Reply-To: <6548F17059905B48B2A6F28CE3692BAA0CE2952C@OAEXCH4SERVER.oa.oclc.org> References: <6548F17059905B48B2A6F28CE3692BAA0CE2952C@OAEXCH4SERVER.oa.oclc.org> Date: Tue, 8 May 2012 14:06:35 -0700 X-Google-Sender-Auth: Z-iJRm8jeCHK-lKaXVpEYD7EDjk Message-ID: Subject: Re: HBase backup option From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, May 8, 2012 at 1:46 PM, Espinoza,Carlos wrote: > Hi, > > I was asked to mention this on the mailing list. At OCLC, we are working > towards moving our data to HBase. A huge requirement is to backup our > data, obviously, and seeing that this is still a work in progress, we > decided to write something for ourselves. Using all the resources that > we found available on Jira, the HBase book, etc., we came up with a few > tools that we are currently testing and using. We were able to upload it > to github, so here it is > > > > https://github.com/oclc/HBase-Backup > Nice. Jesse, Lars, you fellas should take a looksee.... St.Ack