一致性hash 之 MD5hash算法
摘要:这里面提出了一个常见的错误,要注意http://www.bpsky.net/t/android%20md5%20%E5%8A%A0%E5%AF%86%E5%AD%97%E7%AC%A6%E4%B8%B2.htmlJava MD5 Hashing ExampleMD5 is one in a series of message digest algorithms designed by Professor Ronald Rivest of MIT (Rivest, 1994). When analytic work indicated that MD5′s predecessor MD4 was
阅读全文
一致性hash 之 C++实现
摘要:http://martinbroadhurst.com/Consistent-Hash-Ring.htmlConsistent Hash Ring Introduction Consistent hashing was first described in a paper, Consistent hashing and random trees: Distributed caching protocols for relieving hot spots on the World Wide Web (1997) by David Karger et al. It is used in distr
阅读全文
一致性hash 之 python实现
摘要:http://amix.dk/blog/post/19367I have implemented consistent hashing in Python. The module is calledhash_ringand you can get it right away. This post will explain the motivation behind the project and details. I think other languages such as Ruby can reuse my code since it's fairly simple :-)To i
阅读全文
一致性hash 之 [翻译]Consistent Hash By Tom White
摘要:http://ptsolmyr.com/2010/07/30/consistent_hash_by_tom_whitehttp://sandaobusi.iteye.com/blog/964368 推荐 java例子http://martinbroadhurst.com/Consistent-Hash-Ring.html 推荐C++实现http://www.yeeach.com/2009/10/02/consistent-hashing%E7%AE%97%E6%B3%95/Tom White是<Hadoop: The Definitive Guide>的作者,目前在云计算大牛公司c
阅读全文
apache开源网站上的代码的svn地址
摘要:经常在web上看到的都是viewvc方式查看的,无法下载,http://svn.apache.org/viewvc/hadoop/common/trunk/可以通过如下地址找到,各个开源项目的svn地址,这样就可以svn export了http://svn.apache.org/repos/asf/
阅读全文