Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 0F73CDEB8 for ; Fri, 31 Aug 2012 06:16:56 +0000 (UTC) Received: (qmail 9415 invoked by uid 500); 31 Aug 2012 06:16:51 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 9049 invoked by uid 500); 31 Aug 2012 06:16:50 -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 9015 invoked by uid 99); 31 Aug 2012 06:16:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 06:16:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anitamalex@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 06:16:43 +0000 Received: by vcbfl11 with SMTP id fl11so3631186vcb.35 for ; Thu, 30 Aug 2012 23:16:22 -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=ligsWEcZKR4fc0nW8wnNPcdZoUS5hTFsbgTJ38ss7Hw=; b=TnMoH5Q14mqCQYfp/qJCd9PwFzwFYXJlMHKV2H4xmv48k8BuP+NTwn8ftuBBjIueK1 KNzIcXBR1rC+ZmirpT3Iwhjp9uiwcpllgNl3G2r724o198aoQx7AtbPM4x9fK/Rxwrkq tnNLAUhVXGJKGCTOZbQ0rO8RhbNcdJ8ov+akW+B8fisQ9QiKPe4atSBrbnLYtFyRuQgb KDaPqhdmCAwFNxMWbBslDQT5XemJeoTRG8InTa2DvDt00UKnRf6a4wsEGm/0zWqsFCWN ymCIutBsuZDwEqlzNSI2rdxP+HHG4FAmiRIL9DmHKk11tmT7VkTmdkUZf7uKsvdzY76c ymlQ== MIME-Version: 1.0 Received: by 10.52.67.143 with SMTP id n15mr4171169vdt.34.1346393782523; Thu, 30 Aug 2012 23:16:22 -0700 (PDT) Received: by 10.58.211.232 with HTTP; Thu, 30 Aug 2012 23:16:22 -0700 (PDT) In-Reply-To: References: Date: Fri, 31 Aug 2012 11:46:22 +0530 Message-ID: Subject: Re: WholeFileInputFormat From: Anit Alexander To: user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hello Harsh, I am also interested in implementing WholeFileInputFormat in my map reduce. If its only an example in Tom White's book, is it just another example of a custom format? or is there any other InputFormat that is similar to WholeFileInputFormat? Regards, Anit On Thu, Aug 30, 2012 at 10:16 PM, Harsh J wrote: > Mohammad, > > There never has been a WholeFileInputFormat in upstream Hadoop AFAIK. > It is an example in Tom White's book. > > On Thu, Aug 30, 2012 at 1:49 PM, Mohammad Tariq wrote: >> Hello list, >> >> Does hadoop-1.0.3 support WholeFileInputFormat??I am not able to find >> it in the distribution. Thank you. >> >> Regards, >> Mohammad Tariq >> > > > > -- > Harsh J