Saturday, June 7, 2014

Installing Apache Hadoop & executing MapReduce program


For Installing Hadoop:



Map reduce is the programming framework of hadoop

Three setup modes exist

1. Standalone mode : Single JVM for entire Map reduce program. Useful for testing applications


2. Psudo distributed mode : All the daemons run on the same machine as a seprate JVM

3. Fully distributed mode : Daemons run on different machine, production implementation.


No comments:

Post a Comment