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 464BFB1F8 for ; Wed, 18 Jan 2012 14:55:00 +0000 (UTC) Received: (qmail 91601 invoked by uid 500); 18 Jan 2012 14:54:59 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 91420 invoked by uid 500); 18 Jan 2012 14:54:58 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 91412 invoked by uid 99); 18 Jan 2012 14:54:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 14:54:58 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sesha911@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 14:54:51 +0000 Received: by iagj37 with SMTP id j37so12129201iag.35 for ; Wed, 18 Jan 2012 06:54:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=h+Tv94iWZvG2lL8sphvQagLCmrqXAcVVeHPTVFXi1FQ=; b=hCHD5JNVbKkJy4rtSZlMRl1hLXzAqD8qboE+hr7/zFWpxlrolJ+EJLfcH1Vvs2Sat6 6hD4gpvoR0GgCrVLuKy8r2juvbNSihN8sSZBZw62rH3mfRnqVkdE1NNUwIw4RBjt78AC RBviQQLcJXbT4SLJavYNYK/xV/4nohGzXKLvc= MIME-Version: 1.0 Received: by 10.42.159.195 with SMTP id m3mr18688369icx.33.1326898471495; Wed, 18 Jan 2012 06:54:31 -0800 (PST) Received: by 10.42.220.3 with HTTP; Wed, 18 Jan 2012 06:54:28 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Jan 2012 20:24:28 +0530 Message-ID: Subject: Re: Data processing in DFSClient From: Sesha Kumar To: hdfs-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=90e6ba6e87ac0be65304b6cea0ef --90e6ba6e87ac0be65304b6cea0ef Content-Type: text/plain; charset=ISO-8859-1 Sorry for the delay. I'm trying to implement an IEEE paper which combines a bunch of files into a single file and when the file is requested the datanode extracts the desired file from the block and sends the file to DFSClient. --90e6ba6e87ac0be65304b6cea0ef Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Sorry for the delay. I'm trying to implement an I= EEE paper which combines a bunch of files into a single file and when the f= ile is requested the datanode extracts the desired file from the block and = sends the file to DFSClient. --90e6ba6e87ac0be65304b6cea0ef--