Update Spark开发环境搭建.md

This commit is contained in:
heibaiying 2019-06-04 13:20:17 +08:00 committed by GitHub
parent d605be78d9
commit 5bbaf667ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ export PATH=${SPARK_HOME}/bin:$PATH
### 1.3 Local模式
Local 模式是最简单的一种运行方式,它采用单节点多线程(cpu)方式运行,不用部署,开箱即用,适合日常测试开发。
Local 模式是最简单的一种运行方式,它采用单节点多线程方式运行,不用部署,开箱即用,适合日常测试开发。
```shell
# 启动spark-shell