Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9439217654 for ; Sat, 20 Jun 2015 06:46:13 +0000 (UTC) Received: (qmail 9257 invoked by uid 500); 20 Jun 2015 06:46:08 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 9152 invoked by uid 500); 20 Jun 2015 06:46:07 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 9142 invoked by uid 99); 20 Jun 2015 06:46:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2015 06:46:07 +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 sfhadoop@gmail.com designates 209.85.213.174 as permitted sender) Received: from [209.85.213.174] (HELO mail-ig0-f174.google.com) (209.85.213.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2015 06:43:52 +0000 Received: by igblz2 with SMTP id lz2so26207789igb.1 for ; Fri, 19 Jun 2015 23:45:40 -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=KN4qOegCh8hTuXVonxKwCCxNh8XrAbKrdbOxUZQaqjY=; b=I2KG9JoVvztU2uAXsczbgi7AAI6jig/Y2dIy/Ywb7aFffyKkXu8taSmDSJIGvY99cs II9TRwLiIL4C84lEU+MC0lfJFj35eWuXrFONMl7IGxJoFRQhjKmgvzFhzucKztUMDTwo DlGljSBOj/qEzppi2UxWVhuy2w94dct6/c+9pU/MRgh0I2eg776f00UL88O7cs8J6XUk Zbi2ltJzWKuMGei/8ZWPFMZ71LV80PllvDrZ1EhBVAgklKyugL5+IftzOmMmsRr4RaZv OR+7zWqhBrN0UVh5jPLVVmCEFX2AaE5VYPULDdI0mZ1G07yaPn52WemBVz0u1PBJ0JOK y/Iw== MIME-Version: 1.0 X-Received: by 10.42.153.137 with SMTP id m9mr15712972icw.56.1434782740011; Fri, 19 Jun 2015 23:45:40 -0700 (PDT) Received: by 10.107.168.2 with HTTP; Fri, 19 Jun 2015 23:45:39 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Jun 2015 23:45:39 -0700 Message-ID: Subject: Re: copy data from one hadoop cluster to another hadoop cluster + cant use distcp From: SF Hadoop To: "user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=90e6ba613b3a8c61f40518ed634a X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba613b3a8c61f40518ed634a Content-Type: text/plain; charset=UTF-8 Really depends on your requirements for the format of the data. The easiest way I can think of is to "stream" batches of data into a pub sub system that the target system can access and then consume. Verify each batch and then ditch them. You can throttle the size of the intermediary infrastructure based on your batches. Seems the most efficient approach. On Thursday, June 18, 2015, Divya Gehlot wrote: > Hi, > I need to copy data from first hadoop cluster to second hadoop cluster. > I cant access second hadoop cluster from first hadoop cluster due to some > security issue. > Can any point me how can I do apart from distcp command. > For instance > Cluster 1 secured zone -> copy hdfs data to -> cluster 2 in non secured > zone > > > > Thanks, > Divya > > > --90e6ba613b3a8c61f40518ed634a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Really depends on your requirements for the format of the data.

The easiest way I can think of is to "stream" batches of = data into a pub sub system that the target system can access and then consu= me.

Verify each batch and then ditch them.=C2=A0

You can throttle the size of the inter= mediary infrastructure based on your batches.=C2=A0

Seems the most efficient approach.=C2=A0

On Thursday, June 18, 201= 5, Divya Gehlot <divya.htcone= x@gmail.com> wrote:
Hi,
I need to copy data from first hadoop cluster to = second hadoop cluster.
I cant access second hadoop cluster fr= om first hadoop cluster due to some security issue.
Can any p= oint me how can I do apart from distcp command.
For instance =
Cluster 1 secured zone -> copy hdfs data=C2=A0 to -> c= luster 2 in non secured zone
=C2=A0


Th= anks,
Divya


--90e6ba613b3a8c61f40518ed634a--