Posts

Showing posts from 2013

Eclipse Setup for Hadoop Development

Image
Objectives We will learn the following things with this tutorial Setup Eclipse plugin for Hadoop   Setup Hadoop Location in Eclipse   Create and run Hadoop project   Prerequisites The following are the prerequisites for setting up Eclipse for developing Hadoop programs running MapReduce and further extensions . You should have the stable build of Hadoop You should have eclipse installed on your machine Setup Eclipse plugin for Hadoop   Go to the Hadoop eclipse plugin folder where the file hadoop -x . x . x-eclipse-plugin . jar resides.       The plugin usually resides under   folder     / hadoop -x . x . x/contrib/ eclipse-plugin for example: hadoop -0.20.0/ contrib . /eclipse-plugin.       But it seems they removed the plugin from / hadoop -x . x . x/contrib/ (in my case, x . x . x=1 . 0.4) . There's a eclipse-plugin folder in / hadoop -x . x . x/src/contrib/ but I could not see any hadoop -1.0.4-eclipse-plugin . jar inside this fold