> For the complete documentation index, see [llms.txt](https://docs.invariant.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.invariant.io/platform/apache-hadoop.md).

# Apache Hadoop

### Hadoop Platform Components <a href="#hadoop_platform_and_modules" id="hadoop_platform_and_modules"></a>

The Hadoop project is built using :

* **Hadoop Common**: A set of common utilities that support the other Hadoop modules.
* **Hadoop Distributed File System (HDFS):** A distributed file system which provides high-throughput access to data.
* **YARN**: A framework for job scheduling and cluster resource management.
* **MapReduce**: A YARN-based system for parallel processing of large data sets.
* **Tez**: A generalized data-flow programming framework, built on Hadoop YARN, which provides a powerful and flexible engine to execute an arbitrary DAG of tasks to process data for both batch and interactive use-cases.
* **ZooKeeper**: A high-performance coordination service for distributed applications.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.invariant.io/platform/apache-hadoop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
