RE: Block creation in HDFS

2015-02-17 Thread Gangumalla, Uma
, 2015 11:14 PM To: hdfs-dev Subject: Re: Block creation in HDFS Hi, Thanks Vinay for your response. I dont need blocks of variable size. But setting only the block size probably wont help in my case. Let me give an example to explain what I am trying to do. Let say the main file has 12 integers 1

Re: Block creation in HDFS

2015-02-17 Thread Abhishek Das
his helps. > > -Vinay > On Feb 17, 2015 8:30 AM, "Abhishek Das" wrote: > > > Hi, > > > > I am new in this group. I had a question regarding block creation in > HDFS. > > By default the file is split into multiple blocks of size equal to block >

Re: Block creation in HDFS

2015-02-17 Thread Vinayakumar B
ion regarding block creation in HDFS. > By default the file is split into multiple blocks of size equal to block > size. I need to introduce new block creation policy into the system. In my > case the main file is divided into multiple partitions. My goal is to > create the blocks wher

Block creation in HDFS

2015-02-16 Thread Abhishek Das
Hi, I am new in this group. I had a question regarding block creation in HDFS. By default the file is split into multiple blocks of size equal to block size. I need to introduce new block creation policy into the system. In my case the main file is divided into multiple partitions. My goal is to