notebook.community
Edit and run
In [ ]: !head -50 ../data/purchases.txt > testfile !cat testfile | ./mapper.py | sort | ./reducer.py
!head -50 ../data/purchases.txt > testfile !cat testfile | ./mapper.py | sort | ./reducer.py