-
Notifications
You must be signed in to change notification settings - Fork 0
hadoop
Chaance Graves edited this page Feb 15, 2016
·
6 revisions
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.
Refer to this link for Setting up a Single Node Cluster: http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html
These links assist in installing Hadoop a simple way for Windows, Linux users: