Crazy shell scripting
Not quite a mapreduce implementation , but nevertheless … while read l; do echo "SELECT id, email FROM tblName WHERE email='$l' ORDER by id DESC LIMIT 1;"|mysql -u root dbName;…
Not quite a mapreduce implementation , but nevertheless … while read l; do echo "SELECT id, email FROM tblName WHERE email='$l' ORDER by id DESC LIMIT 1;"|mysql -u root dbName;…