Return-Path: X-Original-To: apmail-nifi-users-archive@minotaur.apache.org Delivered-To: apmail-nifi-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 330141752B for ; Wed, 2 Dec 2015 05:04:09 +0000 (UTC) Received: (qmail 79309 invoked by uid 500); 2 Dec 2015 05:04:08 -0000 Delivered-To: apmail-nifi-users-archive@nifi.apache.org Received: (qmail 79280 invoked by uid 500); 2 Dec 2015 05:04:08 -0000 Mailing-List: contact users-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@nifi.apache.org Delivered-To: mailing list users@nifi.apache.org Received: (qmail 79270 invoked by uid 99); 2 Dec 2015 05:04:08 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 05:04:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 57F591A426E for ; Wed, 2 Dec 2015 05:04:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id LEkDhDsrwsqE for ; Wed, 2 Dec 2015 05:04:07 +0000 (UTC) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 8218720512 for ; Wed, 2 Dec 2015 05:04:06 +0000 (UTC) Received: by iouu10 with SMTP id u10so34897133iou.0 for ; Tue, 01 Dec 2015 21:04:05 -0800 (PST) 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=mSRk8aXLHj4m3IxEezEdAJHTutZA/7pOxlneyz+mO2g=; b=LZ7L+2rzXw9iwhQrnzTO9+utRcNDmdIn1zhrNN8Bie4leH5UAIrbz6bBsXZydLMgL/ wcXuNGPXhGligBRnvDQn0zI0U9nE30pBScBiI7v0/GOgtMrM8boMV9Se8q6nu9wvWp7f cYF2TDYg/R4MJNu1s6ErVUp9PYwx+loA7Kr574QAv8gZ6a5Nu6ZMELsDgdqFUv4lgnci ZfDFt97XtgG5VKPN+XQM1v7fjTUP9LtdPuz3rIlLncxs+ILePP9qca/ldcEq5m4U5K3B k5QVivD+L6Uoymb1HDW3TbN1q5lh50tZ01qXTv5EA9nnCKwbGXSK4nf1oUIrj5nEe03f 9N6w== MIME-Version: 1.0 X-Received: by 10.107.137.163 with SMTP id t35mr1710128ioi.61.1449032645521; Tue, 01 Dec 2015 21:04:05 -0800 (PST) Received: by 10.36.219.65 with HTTP; Tue, 1 Dec 2015 21:04:05 -0800 (PST) In-Reply-To: References: Date: Wed, 2 Dec 2015 00:04:05 -0500 Message-ID: Subject: Re: DistCp from Amazon S3 to HDFS From: Joe Witt To: users@nifi.apache.org Content-Type: text/plain; charset=UTF-8 Hello So we have FetchS3 and PutHDFS and a series of interesting in between processes to help. So that would get you most of the way there. How to get the listing/know what to pull from S3? That part I'm not sure about. This would make for a great example/template for us to post (as would the reverse case). Thanks Joe On Tue, Dec 1, 2015 at 10:36 PM, Naga Vijay wrote: > Hello, > > Is there a processor to DistCp from Amazon S3 to HDFS, or do I need to write > a processor for it? > > Thanks > Naga