Hello MS- Welcome to Hadoop MapReduce programming!
The first step is to follow the MapReduce tutorial on apache's website (http://hadoop.apache.org/common/docs/current/mapred_tutorial.html). Without much Java experience you are going to be at a disadvantage, but you are not alone. You may want to give Apache's Pig a go (http://pig.apache.org/). Pig is a much simpler way to program in MapReduce which more closely resembles a SQL language; Pig is an intermediate between you and MapReduce code. They have great tutorials on that as well. Most MapReduce code is requirement specific but doing your first Word Count applications are simple and can be found readily on the web. Good Luck! -Corey From: M S Vishwanath Bhat [mailto:msvb...@gmail.com] Sent: Thursday, August 11, 2011 3:00 PM To: mapreduce-user@hadoop.apache.org Subject: Need Help with HBase Hi, I'm a newbie to the Hadoop and Map/Reduce applications. I have set-up a cluster and just running the example map/reduce applications which comes with the Hadoop source code. I want to run some more applications. But I'm not a java developer. So if there's anyone who is willing to share the map/reduce applications they wrote, it would be of great help me. If you are willing to share please do so with me. Thanks in Advance, Cheers, MS