Skip to content

Commit 231b2d3

Browse files
author
Janos Matyas
committed
Update README.md
1 parent da98ba7 commit 231b2d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ scala> sc.parallelize(1 to 1000).count()
3232

3333
There are two deploy modes that can be used to launch Spark applications on YARN. In yarn-cluster mode, the Spark driver runs inside an application master process which is managed by YARN on the cluster, and the client can go away after initiating the application. In yarn-client mode, the driver runs in the client process, and the application master is only used for requesting resources from YARN.
3434

35-
Estimating Pi (yarn-cluster mode): :
35+
Estimating Pi (yarn-cluster mode):
36+
3637
```
3738
cd /usr/local/spark
3839
@@ -41,6 +42,7 @@ cd /usr/local/spark
4142
```
4243

4344
Estimating Pi (yarn-client mode):
45+
4446
```
4547
cd /usr/local/spark
4648

0 commit comments

Comments
 (0)