In Hadoop, suppose I have a file A.txt and in that I have some sample data say:
Hello how are you? I am studying hadoop partitioning. Hadoop is interesting to learn and has good opportunities etc...
How does this data gets stored in blocks? As per my understanding say Hello how
will be stored in one block and are you?
gets stored in other block. If this is the case, then at retrieving, how does this work.????
So basically I want to understand how the data in file gets stored in HDFS blocks. Will it break the content or will they split the content based on the some unicodes or content sizes etc ...