.2009/03/21 - 新增「Hadoop on Windows with Eclipse」 .2010/07/07 - 新增「Hadoop Summit 2010 - Presentation Slides」
.Hadoop is a software platform that lets one easily write and run applications that process vast amounts of data.
.Hadoop implements MapReduce, using the Hadoop Distributed File System (HDFS) MapReduce divides applications into many small blocks of work. HDFS creates multiple replicas of data blocks for reliability, placing them on compute nodes around the cluster. MapReduce can then process the data where it is located.
.Hadoop is a Lucene sub-project that contains the distributed computing platform that was formerly a part of Nutch.
Hadoop相關資源
.Hadoop Summit 2010 - Presentation Slides
.Hadoop Resources | Scale Unlimited
.NCHC Cloud Computing Research Group
.Hadoop Summit and Data-Intensive Computing Symposium Videos and Slides
.Academic Cluster Computing Initiative
.Getting Started with Hadoop, Part 1
.Open Source Distributed Computing: Yahoo's Hadoop Support
.Yahoo! Launches World's Largest Hadoop Production Application
.Google Code for Distributed Systems
.Scaling Powerset using Amazon's EC2 and S3
.Running Hadoop MapReduce on Amazon EC2 and Amazon S3
.Building an Inverted Index for an Online E-Book Store
.Running Hadoop On Ubuntu Linux (Single-Node Cluster)
.Running Hadoop On Ubuntu Linux (Multi-Node Cluster)
.Cloud Computing and Grid Computing
.Hadoop on Windows with Eclipse
MapReduce相關資源
Why Should You Care About MapReduce?
Distributed Systems - Google Code University - Google Code
Can Your Programming Language Do This?[中譯]
Chubby相關資源
.An Introduction to ZooKeeper Video (Hadoop and Distributed Computing at Yahoo!)
.ZooKeeper: Because coordinating distributed systems is a Zoo
KFS相關資源