Distributed Storage and Processing Fundamentals Certification
Distributed Storage and Processing Fundamentals Certification Verify
My Learnings
- Learned about Architecture of HDFS, which involves a master-slave architecture.
- Explored various file system operation such as reading, writing, deleting, and modifying files, and how these operations are managed within the distributed environment.,
- Learning about HDFS’s replication strategy and how data is divided into blocks that are replicated across multiple DataNodes for fault tolerance and high availability.
- Learned about basic working of Apache spark - Driver Nodes and Worker Nodes