Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (6.5k points)
What are the main features of MapReduce?

1 Answer

0 votes
by (11.3k points)

In Hadoop MapReduce, there are several features that are important for the effective functioning of any big data analytics tool:

  • Automated parallelization and automated distribution.
  • Fault tolerance mechanisms which are built into the system. 
  • The functionality of MapReduce is not limited to a particular language and hence it can be termed as language independent. 
  • The programming complexity in a distributed network stays hidden and facilitates abstraction. 
  • Local data processing in enabled.
  • All inter-process communication is enabled. 

Browse Categories

...