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 create the blocks where data is represented from each partition of the file. Is it possible to introduce the new policy ? If yes, what would the starting point in the code I should look at.
Regards, Abhishek Das