You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chaance Graves edited this page Feb 14, 2016
·
6 revisions
Hadoop Tutorial
What is Hadoop and what can we use it for?
Apache Hadoop is a software library that provides a framework that allows for the distributed processing of large data sets across a cluster of computers. It uses simple programming models that are designed to scale up single servers to thousands of machines, each offering local computation and storage.
The project includes the following modules:
Hadoop Common: The common utilities that support the other Hadoop modules.
Hadoop Distributed File System (HDFS™): A distributed file system that provides high-throughput access to application data.
Hadoop YARN: A framework for job scheduling and cluster resource management.
Hadoop MapReduce: A YARN-based system for parallel processing of large data sets.