> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/big_data/spark/startup/deploy_spark_single_node.md).

# 单机安装部署Spark

> 本实践在kvm虚拟机中单机运行Spark开发测试环境

## 下载

* 从[Hadoop Releases](http://hadoop.apache.org/releases.html)下载稳定版本 2.7.3
* 从[Spark download](http://spark.apache.org/downloads.html) 下载Pre-built for Hadoop 2.7 or later

## Spark运行环境

## 参考

* 「Spark快速大数据分析」
* [Hadoop: Setting up a Single Node Cluster.](http://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-common/SingleCluster.html)
* [Spark Overview](http://spark.apache.org/docs/latest/)
