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 620C21004C for ; Fri, 21 Mar 2014 16:28:39 +0000 (UTC) Received: (qmail 20320 invoked by uid 500); 21 Mar 2014 16:28:35 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 19923 invoked by uid 500); 21 Mar 2014 16:28:35 -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 19914 invoked by uid 99); 21 Mar 2014 16:28:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2014 16:28:32 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brian.jeltema@digitalenvoy.net designates 68.64.43.136 as permitted sender) Received: from [68.64.43.136] (HELO barracuda.digitalenvoy.net) (68.64.43.136) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 21 Mar 2014 16:28:27 +0000 X-ASG-Debug-ID: 1395419286-05f61154fb18ba60001-ZI2oBf Received: from brian-jeltema.employees.digitalenvoy.net (norc-office.digitalenvoy.net [64.129.218.66]) by barracuda.digitalenvoy.net with ESMTP id eCS6lMaH2QLwOdMB (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 21 Mar 2014 12:28:06 -0400 (EDT) X-Barracuda-Envelope-From: brian.jeltema@digitalenvoy.net X-Barracuda-Apparent-Source-IP: 64.129.218.66 X-ASG-Whitelist: Client From: Brian Jeltema Content-Type: multipart/alternative; boundary="Apple-Mail=_526A0B04-7905-49CF-9373-EC999BF85A2A" Message-Id: Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: ExportSnapshot using webhdfs Date: Fri, 21 Mar 2014 12:27:47 -0400 X-ASG-Orig-Subj: Re: ExportSnapshot using webhdfs References: To: user@hbase.apache.org In-Reply-To: X-Mailer: Apple Mail (2.1827) X-Barracuda-Connect: norc-office.digitalenvoy.net[64.129.218.66] X-Barracuda-Start-Time: 1395419286 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: http://barracuda.digitalenvoy.net:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at digitalenvoy.net X-Barracuda-BRTS-Status: 1 X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_526A0B04-7905-49CF-9373-EC999BF85A2A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Exporting across versions was why I tried webhdfs. I have a cluster = running HBase 0.94 and wanted to export a=20 table to a different cluster running HBase 0.96. I got the export to = work, but attempting to do a restore_snapshot results in: TableInfoMissingException: No table descriptor file so I assume snapshot are not compatible between versions. Is there any = way to copy the table from the old cluster to the new one?=20 Brian > Also Matteo, just like distcp, one advantage of this (using webhdfs = while > copying) could also be that even if the versions are not same, we can = still > copy? >=20 > Regards, > Shahab >=20 >=20 > On Fri, Mar 21, 2014 at 8:14 AM, Matteo Bertozzi = wrote: >=20 >> ExportSnapshot uses the FileSystem API >> so you'll probably be able to say: -copy-to: webhdfs://host/path >>=20 >> Matteo >>=20 >>=20 >>=20 >> On Fri, Mar 21, 2014 at 12:09 PM, Brian Jeltema < >> brian.jeltema@digitalenvoy.net> wrote: >>=20 >>> Is it possible to use webhdfs to export a snapshot to another = cluster? If >>> so, >>> what would the command look like? >>>=20 >>> TIA >>>=20 >>> Brian >>>=20 >>=20 --Apple-Mail=_526A0B04-7905-49CF-9373-EC999BF85A2A--