Apache Hadoop
Topic history | v1 (current) | created by janarez
Details
Apache Hadoop
see v1 | created by janarez | Add topic "Apache Hadoop"
- Title
- Apache Hadoop
- Description
- Apache Hadoop is a collection of open-source software utilities that facilitates using a network of many computers to solve problems involving massive amounts of data and computation. It provides a software framework for distributed storage and processing of big data using the MapReduce programming model. Hadoop was originally designed for computer clusters built from commodity hardware, which is still the common use. It has since also found use on clusters of higher-end hardware. All the modules in Hadoop are designed with a fundamental assumption that hardware failures are common occurrences and should be automatically handled by the framework.The core of Apache Hadoop consists of a storage part, known as Hadoop Distributed File System (HDFS), and a processing part which is a MapReduce programming model. Hadoop splits files into large blocks and distributes them across nodes in a cluster.
- Link
- https://en.wikipedia.org/?curid=5919308
resources
authors
This topic has no history of related authors.