160 likes | 328 Views
CS 241 Section (10/20/11). MP6. MP6. What is MapReduce? Framework for Data Intensive Jobs. MapReduce. We give you. input. reduce(). map(). map(). map(). You need to. Fork(). Pipe() and Select(). Banker's Algorithm. Current Allocation. Can P2 request (A:3 B:0 C:0) ?.
E N D
MP6 • What is MapReduce? • Framework for Data Intensive Jobs
We give you input reduce() map() map() map()
You need to Fork() Pipe() and Select()
Current Allocation Can P2 request (A:3 B:0 C:0) ?
Current Allocation Can P2 request (A:3 B:0 C:0) ?
Current Allocation Can P2 request (A:3 B:0 C:0) ?
Current Allocation Can P2 request (A:3 B:0 C:0) ?
Current Allocation Can P2 request (A:3 B:0 C:0) ?
Current Allocation Can P2 request (A:3 B:0 C:0) ? No
Current Allocation Can P2 request (A:3 B:0 C:0) ? No What is the maximum number of A's that P2 could take?
Exams Please come get them
Fun Terminal 1 mkfifo filename echo “a” >filename Terminal 2 cat filename cat filename