Hello Praveenesh, On Wed, Apr 20, 2011 at 11:00 AM, praveenesh kumar <[email protected]> wrote: > Hello people, > > I am beginner.. > I already set up hadoop cluster of around 4 nodes. > Now I am looking forward to make map-reduce programs on them. > I am using eclipse plugin to connect to hadoop master node..but I am not > able to get any useful tutorials on net to develop map reduce programs on > hadoop clusters..I am working on windows to connect to hadoop cluster.. > Can anyone suggest me any good tutorials so that I can start making map > reduce programs on my hadoop cluster.. using eclipse..
With the Eclipse plugin configured, you should be able to create a Map/Reduce project in your IDE (File -> New -> Map/Reduce). This should be sufficient to get started. Here's an excellent resource for Windows' Eclipse: http://v-lad.org/Tutorials/Hadoop/23%20-%20create%20the%20project.html Do note, however, that Linux is the preferred dev platform for many of Hadoop users. -- Harsh J
