EECS 491: P1 - MapReduce
Languages & Tools Used: Go
- Developed a simplified MapReduce library in Go, implementing Map and Reduce functions to efficiently process and count word frequencies in large text files.
- Built a distributed MapReduce Manager to assign tasks to multiple workers using RPC, ensuring parallel processing across the system.
- Designed and integrated a "dynamic channel" utilizing confinement to prevent deadlocks and facilitate safe job reassignments in case of worker or network failures.