How to run map reduce on Eclipse


2 Answer(s)


hi Suneet,

Import the project which was provided in specific modules (Ex: module4-project for eclipse). Extract the zip file and in Eclipse , select File -> Import and navigate to the extracted folder name.

This will import the project and download all dependencies from external website as per pom.xml.

Once imported, you can add checkpoints in the code and debug.

Thanks, appreciate your help!