Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit d710563

Browse files
silenceshellash211
authored andcommitted
typo (#474)
p articularly -> particularly
1 parent 1e63a60 commit d710563

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resource-managers/kubernetes/architecture-docs/scheduler-backend.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ When a job is running, the scheduler backend configures and creates executor pod
1717

1818
- The pod's container runs a pre-built Docker image containing a Spark distribution (with Kubernetes integration) and
1919
invokes the Java runtime with the CoarseGrainedExecutorBackend main class.
20-
- The scheduler backend specifies environment variables on the executor pod to configure its runtime, p
21-
articularly for its JVM options, number of cores, heap size, and the driver's hostname.
20+
- The scheduler backend specifies environment variables on the executor pod to configure its runtime, particularly for its JVM options, number of cores, heap size, and the driver's hostname.
2221
- The executor container has [resource limits and requests](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container)
2322
that are set in accordance to the resource limits specified in the Spark configuration (executor.cores and executor.memory in the application's SparkConf)
2423
- The executor pods may also be launched into a particular [Kubernetes namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/%5C),

0 commit comments

Comments
 (0)