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 57FA018F6C for ; Wed, 14 Oct 2015 18:19:51 +0000 (UTC) Received: (qmail 5041 invoked by uid 500); 14 Oct 2015 18:19:49 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 4966 invoked by uid 500); 14 Oct 2015 18:19:49 -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 4940 invoked by uid 99); 14 Oct 2015 18:19:49 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 18:19:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A80CDC084E for ; Wed, 14 Oct 2015 18:19:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id rywgbnwKA90L for ; Wed, 14 Oct 2015 18:19:48 +0000 (UTC) Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id D993123052 for ; Wed, 14 Oct 2015 18:19:47 +0000 (UTC) Received: by obbrx8 with SMTP id rx8so46202930obb.3 for ; Wed, 14 Oct 2015 11:19:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Dfi8lK2CBYwJY8ehnLz87xEq9wC0drsYhPXWE0Lj+Ec=; b=aKaw2+ws/SKC+MYohvE+T4ESdUFC9prCXoyhJQDBtCEBkuBy+5EiL7eWhj4+2dsdfA rZIrcW21SZk+hjL3O53h/oGAc61otzdBN/FBG+dlnlwwSBNk/bMdCeNIO5lI0ykHFOOC EgzjT+zKAe9mE+4WGCzZB9dTiCzitEAlH4XGJgVYSARW0Z24o3wQ+ttSLS1c2ALfqA3v hG6uyzNn38dnmjhZGssD9dfmJ8ARA3/vMPom/udkJBkENn2KLmTZkGBhqCcujww5sMBY NTzZ2j+CnzIESMXaPnkhgnlZ8+AiBWiE0ucomZDqFYnjiF8/RS10qIU+Daymj4Yf+o3U jEmg== MIME-Version: 1.0 X-Received: by 10.60.97.68 with SMTP id dy4mr3060641oeb.21.1444846787171; Wed, 14 Oct 2015 11:19:47 -0700 (PDT) Received: by 10.76.77.71 with HTTP; Wed, 14 Oct 2015 11:19:47 -0700 (PDT) Received: by 10.76.77.71 with HTTP; Wed, 14 Oct 2015 11:19:47 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Oct 2015 20:19:47 +0200 Message-ID: Subject: Re: Export Snapshot to remote cluster and then Clone_Snapshot from exported data From: Samir Ahmic To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=089e013a15dc8119a00522149bc5 --089e013a15dc8119a00522149bc5 Content-Type: text/plain; charset=UTF-8 Hi, Can you see snapshot on remote cluster? If you can see snapshot you can use clone snapshot command from hbase shell to create table. Regards Samir On Oct 14, 2015 6:38 PM, "anil gupta" wrote: > Hi, > > I exported snapshot of a table to remote cluster. Now, i want to create > table on remote cluster using that exported snapshot. I have done this > around 2 years ago(on 0.94) but unfortunately, i dont remember steps now. > > I tried to search mailing list archive and HBase documentation but i can > find steps to accomplish my task. Can anyone provide me the steps or point > me to documentation? > > -- > Thanks & Regards, > Anil Gupta > --089e013a15dc8119a00522149bc5--