Back to course home
0% completed
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 FileSystem
object. - The
Distributed FileSystem
object 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!
Table of Contents
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible