Re: HDFS file into Blocks

2011-09-26 Thread kartheek muthyala
, September 25, 2011 11:06 am Subject: HDFS file into Blocks To: common-user@hadoop.apache.org Hi all, I am working around the code to understand where HDFS divides a file into blocks. Can anyone point me to this section of the code? Thanks, Kartheek

Re: HDFS file into Blocks

2011-09-26 Thread Uma Maheswara Rao G 72686
@Kartheek, Great :-) - Original Message - From: kartheek muthyala kartheek0...@gmail.com Date: Monday, September 26, 2011 12:06 pm Subject: Re: HDFS file into Blocks To: common-user@hadoop.apache.org @Uma, Thanks alot!!. I have found the flow... Thanks, Kartheek. On Mon, Sep 26

Re: HDFS file into Blocks

2011-09-25 Thread Uma Maheswara Rao G 72686
the pipeline for the next block. Go throgh the flow from writeChunk in DFSOutputStream.java, where exactly enqueing the packets in dataQueue. Regards, Uma - Original Message - From: kartheek muthyala kartheek0...@gmail.com Date: Sunday, September 25, 2011 11:06 am Subject: HDFS file into Blocks

Re: HDFS file into Blocks

2011-09-25 Thread He Chen
the packets in dataQueue. Regards, Uma - Original Message - From: kartheek muthyala kartheek0...@gmail.com Date: Sunday, September 25, 2011 11:06 am Subject: HDFS file into Blocks To: common-user@hadoop.apache.org Hi all, I am working around the code to understand where HDFS divides