I'm new to Hadoop. Can anyone tell me how to create Hadoop Plugin (version 1.0.3) for eclipse? In fact, they removed the plugin from /hadoop-x.x.x/contrib/ (in my case, x.x.x = 1.0.3) There's a eclipse-plugin in /hadoop-x.x.x/src/contrib/.
By the way, What's the "typical way" to develop a MapReduce app using eclipse (words count for example) in term of:
- Configuration (Standalone or Pseudo distributed...)
- Coding convention (Folder structure, code, debug...)