Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 BF2AD17ABB for ; Mon, 2 Feb 2015 09:14:39 +0000 (UTC) Received: (qmail 69467 invoked by uid 500); 2 Feb 2015 09:14:33 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 69358 invoked by uid 500); 2 Feb 2015 09:14:33 -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 69329 invoked by uid 99); 2 Feb 2015 09:14:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 09:14:17 +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 xeonmailinglist@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-la0-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 09:13:51 +0000 Received: by mail-la0-f45.google.com with SMTP id gd6so38472849lab.4 for ; Mon, 02 Feb 2015 01:12:20 -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=IJJDP27ldMDHZJHOnkAgpMz96nTX0E4y8+nZICmVUXE=; b=WpTejmUzC5C3IAI+ovSWxj9XSugzbcj7a76XabPdKfIeQfFfXKbduCRyRDan0DNHKz gWdhA8dgniHE1QLqAKAFnXtZqsLdhxshbNxRw7TQrg+Hlf+Xdolkeb9f/oMyV1nswh4x pj1yiCODTHe7GntlpbjsnIWt704HkDkl1ULdHq93ILYVa6pn2POQH8zT7Esfaa46AuXd CBzR7YrCaAI3Sk4NFdoO785GlHXk226mXM/mbzKiZLR5cVcplO0MMoBeSwhYZjfruklv GYulfBuGk3BjRV/5Hq6SWbbjJxppzEpEz4UYxRbViMFBh6mY8aOOgMYQNMOf+Pm6DLXT o/FQ== MIME-Version: 1.0 X-Received: by 10.152.21.167 with SMTP id w7mr12130490lae.14.1422868340557; Mon, 02 Feb 2015 01:12:20 -0800 (PST) Received: by 10.25.28.194 with HTTP; Mon, 2 Feb 2015 01:12:20 -0800 (PST) Date: Mon, 2 Feb 2015 09:12:20 +0000 Message-ID: Subject: Copy data between clusters during the job execution. From: xeon Mailinglist To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=089e0158ad58004ccf050e175a3d X-Virus-Checked: Checked by ClamAV on apache.org --089e0158ad58004ccf050e175a3d Content-Type: text/plain; charset=UTF-8 Hi I want to have a job that copies the map output, or the reduce output to another hdfs. Is is possible? E.g., the job runs in cluster 1 and takes the input from this cluster. Then, before the job finishes, it copies the map output or the reduce output to the hdfs in the cluster 2. Thanks, --089e0158ad58004ccf050e175a3d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi

I want to have a job that copies the map output= , or the reduce output to another hdfs. Is is possible?

= E.g., the job runs in cluster 1 and takes the input from this cluster.=C2= =A0 Then, before the job finishes, it copies the map output or the reduce o= utput to the hdfs in the cluster 2.

Thanks,
--089e0158ad58004ccf050e175a3d--