Re: Block emulation on local FS

2012-12-19 Thread Harsh J
Hi, On Thu, Dec 20, 2012 at 2:14 AM, Hans Uhlig wrote: > Is there a good way to emulate or determine the blocks that would exist on > HDFS for a given file. if I have a 135mb file and my block size is 128, > does it stand to say I would have 2 blocks, block A is byte 0-134217728 and > Block b is

Block emulation on local FS

2012-12-19 Thread Hans Uhlig
Is there a good way to emulate or determine the blocks that would exist on HDFS for a given file. if I have a 135mb file and my block size is 128, does it stand to say I would have 2 blocks, block A is byte 0-134217728 and Block b is 134217729-141557761 deterministically? I am attempting to calcula