Distributed Storage and Processing Fundamentals Certification

Distributed Storage and Processing Fundamentals Certification Verify

My Learnings

  1. Learned about Architecture of HDFS, which involves a master-slave architecture.
  2. Explored various file system operation such as reading, writing, deleting, and modifying files, and how these operations are managed within the distributed environment.,
  3. 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.
  4. Learned about basic working of Apache spark - Driver Nodes and Worker Nodes