In the previous tutorial we get to know about the read operations in HDFS, now lets move on further and see how write happens in HDFS.
source: Hadoop The Definitive GuideHere we are considering the case that we are going to create a new file, write data to it and will close the file.
Now in writing a data to HDFS there are seven steps involved. These seven steps are:
Step 1: The client
↧