Skip to content

Instantly share code, notes, and snippets.

@jaganadhg
Last active December 22, 2015 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaganadhg/6404154 to your computer and use it in GitHub Desktop.
Save jaganadhg/6404154 to your computer and use it in GitHub Desktop.
MR Matrix Multiply http://www.slideshare.net/dgleich/sparse-matrix-computations-in-mapreduce
https://github.com/oguzdemir/datasci
http://www.cs.utah.edu/~jeffp/teaching/cs7960/L17-MR-Matrix+DB
http://adhoop.wordpress.com/2012/03/31/matrix-multiplication-using-mapreduce-1-step-solution/
http://adhoop.wordpress.com/2012/03/28/matrix_multiplication_2_step/
Solution to UnicodeEncodeError: 'ascii' codec can't encode character u'\u0100' in position 9: ordinal not in range(128)
.encode('ascii', 'ignore')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment