Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 345 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 345 Bytes

Implemented a distributed MapReduce framework in Go, enabling parallel processing of large datasets using master-worker architecture for efficient task distribution and fault tolerance. Developed and tested MapReduce applications such as word counting and crash recovery, improving the system's resilience and accuracy in data processing tasks.