# 单机安装部署Hadoop

> 本文介绍单节点安装运行Hadoop，以便快速开始使用Hadoop MapReduce和Hadoop Distributed File System(HDFS).

## 环境要求

* 使用Linux作为运行平台，按照官方文档，Hadoop被部署在超过2000个节点上
* 参考 [HadoopJavaVersions](http://wiki.apache.org/hadoop/HadoopJavaVersions)
* 必须安装ssh并且sshd必须备用于Hadoop脚本

## 安装软件

## 参考

* [Hadoop: Setting up a Single Node Cluster](http://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-common/SingleCluster.html)


---

# Agent Instructions: 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://huataihuang.gitbook.io/cloud-atlas-draft/big_data/hadoop/startup/deploy_hadoop_single_node.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.
