Skip to content

Commit ef99214

Browse files
author
Marcelo Vanzin
committed
Typos.
1 parent 9a2d6d3 commit ef99214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/running-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ kubectl logs <spark-driver-pod>
219219
```
220220

221221
Status and logs of failed executor pods can be checked in similar ways. Finally, deleting the driver pod will clean up the entire spark
222-
application, includling all executors, associated service, etc. The driver pod can be thought of as the Kubernetes representation of
222+
application, including all executors, associated service, etc. The driver pod can be thought of as the Kubernetes representation of
223223
the Spark application.
224224

225225
## Kubernetes Features

sbin/build-push-docker-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Options:
9292
-m Use minikube's Docker daemon.
9393
9494
Using minikube when building images will do so directly into minikube's Docker daemon.
95-
There is no need to push the images into minikube int that case, they'll be automatically
95+
There is no need to push the images into minikube in that case, they'll be automatically
9696
available when running applications inside the minikube cluster.
9797
9898
Check the following documentation for more information on using the minikube Docker daemon:

0 commit comments

Comments
 (0)