Cloud

Description

Back to Hadoop section

Hadoop is a open source software framework that allows to write distributed data intensive applications. It provides a distributed file system, HDFS, and a map/reduce implementation that manages distributed computation.

Hadoop Cluster

  • HDFS layer :

- NameNode
- DataNode

  • Map/Reduce layer :

- ResourceManager
- NodeManager

Map/Reduce working