Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 64036 invoked from network); 20 Aug 2009 16:49:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 16:49:02 -0000 Received: (qmail 20375 invoked by uid 500); 20 Aug 2009 16:49:18 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 20308 invoked by uid 500); 20 Aug 2009 16:49:18 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 20298 invoked by uid 99); 20 Aug 2009 16:49:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 16:49:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ananth.t.sarathy@gmail.com designates 209.85.218.214 as permitted sender) Received: from [209.85.218.214] (HELO mail-bw0-f214.google.com) (209.85.218.214) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 16:49:09 +0000 Received: by bwz10 with SMTP id 10so22868bwz.29 for ; Thu, 20 Aug 2009 09:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=49k8I9AA0JfIcBuLZMy2Fs7gyF/mm1RQ6AfWaN5i91Q=; b=wgZJpFt6DLkfrUvhjOPnjw4NO+LIancZrSwqOpAwSuEIcyfGRSAaZuQqQSzeus+pPx WlKhmQF3+eEqfwZYsSNbjaSu2USK8AEjz2Ahng1c/Q8Bvc8lL4VLs9UGJJC0ssJWRR+Z 8/463gLTvT3iXFy+5tBXR7uFqpDJSZ4AkP2GE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=b10Uj+RiulxXAoexs+FLDISHaYPRKvEdzdR6Nj2ewDrNXRxN2QPtv8e/pNt08L/wy6 4yWtFPsFmOfi5VtcIy3ER/vAJy3XSqETGhpDwgU/Mx+dyGuhQnocznv7yRL4OYutANkL p9djfRU8keIEMWqBEVO2ThMFL7l6cp7D+O44s= MIME-Version: 1.0 Received: by 10.239.179.99 with SMTP id c35mr724682hbg.161.1250786928540; Thu, 20 Aug 2009 09:48:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 Aug 2009 12:48:48 -0400 Message-ID: Subject: Re: Faster alternative to FSDataInputStream From: "Ananth T. Sarathy" To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001485f7d8de90bddc047195865d X-Virus-Checked: Checked by ClamAV on apache.org --001485f7d8de90bddc047195865d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit ok.. i seems that's the case. that seems kind of selfdefeating though. Ananth T Sarathy On Thu, Aug 20, 2009 at 12:31 PM, Scott Carey wrote: > If it always takes a very long time to start transferring data, get a few > stack dumps (jstack or kill -e) during this period to see what it is doing > during this time. > > Most likely, the client is doing nothing but waiting on the remote side. > > > On 8/20/09 8:02 AM, "Ananth T. Sarathy" > wrote: > > > it's not really 1 mbps so much it takes 2 minutes to start doing the > > reads..... > > > > Ananth T Sarathy > > > > > > On Wed, Aug 19, 2009 at 4:30 PM, Scott Carey >wrote: > > > >> > >> On 8/19/09 10:58 AM, "Raghu Angadi" wrote: > >> > >>> Edward Capriolo wrote: > >>>>> On Wed, Aug 19, 2009 at 11:11 AM, Edward Capriolo > >>>>> wrote: > >>>>> > >>>>>>>> It would be as fast as underlying filesystem goes. > >>>>>> I would not agree with that statement. There is overhead. > >>> > >>> You might be misinterpreting my comment. There is of course some over > >>> head (at the least the procedure calls).. depending on you underlying > >>> filesystem, there could be extra buffer copies and CRC overhead. But > >>> none of that explains transfer as slow as 1 MBps (if my interpretation > >>> of of results is correct). > >>> > >>> Raghu. > >> > >> > >> Yes, there is nothing about distributing work for parallel execution > that > >> is > >> going to make a single 20MB file transfer faster. That is very slow, > and > >> should be on the order of a second or so, not multiple minutes. > >> Something else is wrong. > >> > >> > >> > > > > --001485f7d8de90bddc047195865d--