Monday, January 30, 2017

hadoopy: testing example

echo "a b a a b c" | python wc.py map | sort | python wc.py reduce
result:
a   3
b   2
c   1

No comments:

Post a Comment