Original: http://ebiquity.umbc.edu/Tutorials/Hadoop/
一个关于Hadoop如在windows下也行、以及如何在Eclipse下调试,很好的step-by-step 教程,有很多screenshots,应该很容易follow。感觉这篇文章的标题真是很清晰,三个关键词Hadoop,windows,Eclipse就把文章的内容概括了。
以下是摘要:
Introduction
Hadoop is a powerful framework that allows for automatic parallelezation of computing task. Unfortunately programming for it poses certain challenges, namely it is really hard to understand and debug Hadoop programs. One way to easy things a little bit is to have a simplified version of the hadoop cluster that could run locally on the developer’s machine. This tutorial describes how to set-up such cluster on the computer running Microsoft Windows, also it describes how to integrate this cluster with the Eclipse development environment. Eclipse is a prime environment for Java development.