与云计算相关的google论文链接以及Hadoop开源网站(转载)

1、The Anatomy of a Large-Scale Hypertextual Web Search Engine 

http://infolab.stanford.edu/~backrub/google.html 

http://cs.ucsb.edu/~chong/250C/google.pdf

  

2、The Google File System 

http://labs.google.com/papers/gfs.html 

http://os.inf.tu-dresden.de/Studium/DOS/SS2010/04-GFS-2.pdf

 

3、MapReduce 

http://labs.google.com/papers/mapreduce.html 

http://labs.google.com/papers/mapreduce-osdi04.pdf

 

4、BigTable 

http://labs.google.com/papers/bigtable.html

 

5、Hadoop 

http://hadoop.apache.org

 

 Hadoop是基于shared-nothing架构的海量数据存储和计算的分布式系统,它由若干个成员组成,主要包括:HDFS、MapReduce、Hive、HBase、Pig和ZooKeeper,其中HDFS是Google的GFS开源实现,而ZooKeeper是Google的Chubby开源版本,而HBase是Google的BigTable开源版本。HDFS具体高容错性和强线性扩展特点。

  

Google 的三大核心技术 MapReduce 、 GFS 和 BigTable 的中文译文

 MapReduce :

http://blog.csdn.net/active1001/archive/2007/07/02/1675920.aspx

GFS:

http://blog.csdn.net/xuleicsu/archive/2005/11/10/526386.aspx

BigTale:

http://blog.csdn.net/accesine960/archive/2006/02/09/595628.aspx

 

原文链接:1、http://blog.csdn.net/pautcher_0/article/details/6951452

     2、http://blog.csdn.net/teamlet/article/details/5680764 

posted on 2013-10-11 10:22  Peter Jiang  阅读(329)  评论(0编辑  收藏  举报

导航