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 2F8E310E61 for ; Tue, 10 Sep 2013 13:20:52 +0000 (UTC) Received: (qmail 67359 invoked by uid 500); 10 Sep 2013 13:20:46 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 66906 invoked by uid 500); 10 Sep 2013 13:20:41 -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 66895 invoked by uid 99); 10 Sep 2013 13:20:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 13:20:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=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.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 13:20:33 +0000 Received: by mail-wi0-f179.google.com with SMTP id hm2so672520wib.12 for ; Tue, 10 Sep 2013 06:20:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=qA6MJDkrJZkIx9QmwSWtGGOBJT1qUNUHBnktHglzsK0=; b=qlVmpUQANfOvANEWUmRVkii5CGbBunS/RqNiZ0wBsBfGduGyNHybktF1XEF4/+3f0+ 17tiSQ4/VGyrjwj27DXN0oCSzi7giFSoosFeOl4FYiqP5WZhaZBuFWYc1hBbnanO8lYr xbDK/30eORblddyG1QLWFirtvAWOH9d4H06oAUN8DVtuZ+egAncBveVjpq/8pBd9FBto lgj9bkW/0GyEgCr3qWY81PgBxxTWXhjZci0pfiVM4045wUayFKslxS8pLgAkYL4QXoug K9oV/mCvzfnlPlThkyvoR3pYAgwKVdi2yNIgwxuu9txtBMj5QzCKP9AXqEP6dq3MuPbM Z8ng== X-Received: by 10.180.109.65 with SMTP id hq1mr12849416wib.53.1378819213643; Tue, 10 Sep 2013 06:20:13 -0700 (PDT) Received: from [192.168.10.6] (bl12-77-40.dsl.telepac.pt. [85.245.77.40]) by mx.google.com with ESMTPSA id r6sm3527123wiw.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Sep 2013 06:20:13 -0700 (PDT) Message-ID: <522F1C8C.7020808@gmail.com> Date: Tue, 10 Sep 2013 14:20:12 +0100 From: xeon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: user@hadoop.apache.org Subject: Hdfs questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am having some difficulty in copy data between 2 HDFS filesystems in Amazon EC2.I want to try to use distcp2 command to see if I can. - Where is the distcp2 command in yarn? - Is it possible to copy data between HDFS using SSL? - Has anyone copied data between HDFS filesystems in 2 different regions in Amazon EC2?