How to start learning Hadoop and Mapreduce?

来源:互联网 发布:财经软件排行 编辑:程序博客网 时间:2024/04/28 10:59

How to start learning Hadoop and Mapreduce?

up vote11 down vote favorite
7

How to start learning Hadoop and Mapreduce?

Is there any tutorial on hardware requirement and development requirement setting? I am planning to use C++ and Java. Many thanks.

share|edit

 
feedback

6 Answers

activeoldestvotes
up vote14 down voteaccepted

I would first recommend you to work through the tutorial steps descriped here:Hadoop@Apache
Especially the Wordcount example that can be found here: WordCount


For a single node setup I really recommend the blog of Micheal Noll: Micheal Noll's Clustersetup Tutorial


If you are more the book-reader type, you should definetely go for Tom White and Doug Cutting's book at o'reilly:Hadoop: The Definitive Guide

share|edit
 
Your linker helps, thanks! For a single node setup, it sounds good:) – parsifalFeb 28 '11 at 1:44
feedback
up vote3 down vote

Cloudera Hadoop Training Videos - http://www.cloudera.com/resources/?type=Training

share|edit
 
feedback
up vote3 down vote

Cloudera has a free VMWare image which will get you up and running if you want to focus on development and not administration/configuration headaches:

link

share|edit
 
feedback
up vote2 down vote

http://developer.yahoo.com/hadoop/tutorial/I have found yahoo tutorial very good, it give me more help and less time spending then reading book Hadoop: The Definitive Guide from one of the hadoop author.

share|edit
 
unfortunately their code is outdated. does not work anymore. but nonetheless the tutorial is awesome, gets my 1! – C-x C-t Feb 10 '11 at 0:17
feedback
up vote0 down vote

This book is probabbly the best place to start seriouslyhttp://www.amazon.com/Hadoop-Definitive-Guide-Tom-White/dp/0596521979

share|edit
 
feedback
up vote0 down vote

Start with yahoo tutorials.

download their hadoop image and set up development environment for eclipse IDE.

there are lot of assignments workshops & homeworks of hadoop course available online.you can try implementing those on your own and get the hang of it.

share|edit
 
It's a great tutorial, but their instructions to connect via Eclipse doesn't work. – DanMar 31 at 3:22
feedback

原创粉丝点击