Re: Mapreduce for beginner

2013-08-09 Thread Olivier Austina
is a great book to start with it. Meanwhile some links to start with: http://hadoop.apache.org/docs/stable/mapred_tutorial.html http://developer.yahoo.com/hadoop/tutorial/ Regards, Shahab On Thu, Aug 8, 2013 at 8:03 PM, Olivier Austina olivier.aust...@gmail.com wrote: Hi, I start learning

Fwd: Mapreduce for beginner

2013-08-08 Thread Olivier Austina
Hi, I start learning about mapreduce with Hadoop by wordcount example. I am a bit confused about the frontier between the map and reduce program. Is there a standard format for the map output and the reduce input? Is there a full explanation of java classes used somewhere? I also appreciate to