python apache haddop expert

Job ID: 32026934

Budget: $10 – $30 USD

hello.

I have pseudocode for the stripes and pairs for MapReduce.
basically, there are lines of numbers, and we want to create neighbors (with the number to its right).
then use the pairs and stripes map-reduce method on these. F02FF361-64E5-4448-974F-F5DD24655FCE.jpeg

MapReduce-book-final-Jimmy+Lin.pdf
pseudo-code is on pages 51-55

attempting to write the pairs and stripes for MapReduce in python. was able to get the pairs mapper function to work.