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 C1828108E0 for ; Thu, 12 Dec 2013 16:13:11 +0000 (UTC) Received: (qmail 70317 invoked by uid 500); 12 Dec 2013 16:13:06 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 70291 invoked by uid 500); 12 Dec 2013 16:13:05 -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 70275 invoked by uid 99); 12 Dec 2013 16:13:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 16:13:04 +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 oc.tsdb@gmail.com designates 209.85.220.174 as permitted sender) Received: from [209.85.220.174] (HELO mail-vc0-f174.google.com) (209.85.220.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 16:12:58 +0000 Received: by mail-vc0-f174.google.com with SMTP id id10so430052vcb.5 for ; Thu, 12 Dec 2013 08:12:38 -0800 (PST) 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=0k6IzK19h4+6WpWH2+M3VQBEwAjZDr+ODI3p46FWjJ8=; b=Cvl1yw6O0w+NCm2Fxsz+zeUlEWIflB7nn0HZPSXobr6GBJeX9NUE5n7tiI8n3arx3k KmX92an2QsST7m1gGrpr8Yr9kt01sYaGyHS30liqez0THwzdVreHmyjfkYyX6A6RYdXY g8yqGUTVsxbq0U1AhawYVdonlH4gmQGrHEm2vHriVHch3EsOaNS4vKqW5L2rB4EBucTB n7xuVJe1RJ3hKLlgNG4pv3PUUNwcXs9W+4gRfftoQMQ1Dha4nWsJE5ci5zq2JtSCih2K sE4wOXCsOn76TyNL6SVLVhJITjSp8EM59hkln0vKie8kjJbsD4VOeO+U5/5mqcupaGWg jwNA== MIME-Version: 1.0 X-Received: by 10.220.186.68 with SMTP id cr4mr25103vcb.55.1386864758068; Thu, 12 Dec 2013 08:12:38 -0800 (PST) Received: by 10.221.33.205 with HTTP; Thu, 12 Dec 2013 08:12:37 -0800 (PST) Date: Thu, 12 Dec 2013 21:42:37 +0530 Message-ID: Subject: directly export hbase snapshots to local fs From: oc tsdb To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11c2d30041d02504ed589d1d X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2d30041d02504ed589d1d Content-Type: text/plain; charset=ISO-8859-1 Hi, We are using HBase 0.94.14 and have only one cluster with 1NN and 4 DNs. We are trying to export snapshot directly to local system(e.g local fs path: /tmp/hbase_backup) as specified below.It is just exporting/copying snapshots (.hbase-snapshot) but not actual data(.archive).Why the below command is not copying actual data? hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot hbase_tbl_snapshot_name -copy-to file:///tmp/hbase_backup -mappers 16; It is always first need to export to HDFS and then copy to local file system using hadoop get command? Thanks in advance. -OC --001a11c2d30041d02504ed589d1d--