Back to course home
0% completed
Vote For New Content
Anatomy of a Write Operation
This lesson explains how HDFS handles a write operation.
HDFS write process
HDFS write process can be outlined as follows:
- HDFS client initiates a write request by calling the create()method of theDistributed FileSystemobject.
- The Distributed FileSystemobject sends a file creation request to the NameNode.
- The NameNode verifies that the file does not already exist and that the client has permission to create the file. If both these conditions are verified, the NameNode creates a new file record and sends an acknowledgment. 4
.....
.....
.....
Like the course? Get enrolled and start learning!
On this page