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 B1A601154E for ; Wed, 2 Apr 2014 05:57:24 +0000 (UTC) Received: (qmail 53929 invoked by uid 500); 2 Apr 2014 05:57:16 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 53734 invoked by uid 500); 2 Apr 2014 05:57:11 -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 53702 invoked by uid 99); 2 Apr 2014 05:57:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 05:57:08 +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 (athena.apache.org: domain of aijwjia@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 05:57:02 +0000 Received: by mail-wi0-f172.google.com with SMTP id hi2so4956959wib.17 for ; Tue, 01 Apr 2014 22:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=W10F14Ey4/CTrpegTcgyZgJS6fDHZE/QN+rs2XSLWPE=; b=xCDqbOYlCNiGM+8hfArbv5Y3wTSTEFwHp1ofj/Zb5fq4QjI2bKKeSXB0CzIV0Qc5Q/ 0WvssQfHH0T1YluZjprjvajeInrP6prZMUiZV/o9S6/HXhCG0mvyHx06cTrtElzApDMf 0dHBYZfph1yQFrD7k0d4/gXXnsxUitphrfJicCtdAFf2KQ3s43Sj7zMPUxsNG2Da7E6t U+TjJauvWaVxMLc7l0dtGvMV0YZLsxgwA8Tb4u5MkyBy/UhS2/3jy3ONkCgpzjkc/pLL vX6g6Map5n87I7WMCQkAntES+YGs/pqPf3Gu7VvZ+kw5/U5o0C95nXsR6WzL4r7iYsR+ i+qw== MIME-Version: 1.0 X-Received: by 10.194.192.233 with SMTP id hj9mr10102587wjc.78.1396418201050; Tue, 01 Apr 2014 22:56:41 -0700 (PDT) Received: by 10.216.1.196 with HTTP; Tue, 1 Apr 2014 22:56:41 -0700 (PDT) Date: Wed, 2 Apr 2014 13:56:41 +0800 Message-ID: Subject: What is the best practice for backup HBase data? From: R W To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7bb70b2ed4e14604f608f25d X-Virus-Checked: Checked by ClamAV on apache.org --047d7bb70b2ed4e14604f608f25d Content-Type: text/plain; charset=ISO-8859-1 Hi Guys I'm using hbase org.apache.hadoop.hbase.mapreduce.Export / org.apache.hadoop.hbase.mapreduce.Import to backup and restore HBase data, at least it's good to me, i would like to know if there are any better solutions or practices on how to backup HBase data, that will be really helpful for us, thanks. Cheers aij --047d7bb70b2ed4e14604f608f25d--