Implementing Google File System from its research paper which inspired Hadoop
-
Updated
May 5, 2020 - Python
Implementing Google File System from its research paper which inspired Hadoop
GFS‑DynRep is a prototype of GFS that adds dynamic replication: a master server manages metadata while chunkservers store data and send heartbeats. By tracking chunk access, it automatically adjusts replica counts for fault tolerance, load balancing, and resource efficiency.
Add a description, image, and links to the chunkserver topic page so that developers can more easily learn about it.
To associate your repository with the chunkserver topic, visit your repo's landing page and select "manage topics."