Repository: spark Updated Branches: refs/heads/branch-2.4 b2a1e2f8d -> 81391c274
[SPARK-23285][DOC][FOLLOWUP] Fix missing markup tag ## What changes were proposed in this pull request? This adds a missing markup tag. This should go to `master/branch-2.4`. ## How was this patch tested? Manual via `SKIP_API=1 jekyll build`. Closes #22585 from dongjoon-hyun/SPARK-23285. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 0b33f08683a41f6f3a6ec02c327010c0722cc1d1) Signed-off-by: Dongjoon Hyun <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/81391c27 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/81391c27 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/81391c27 Branch: refs/heads/branch-2.4 Commit: 81391c274eb371dbf4cfed0afca47806f6fcfd00 Parents: b2a1e2f Author: Dongjoon Hyun <[email protected]> Authored: Fri Sep 28 14:10:24 2018 -0700 Committer: Dongjoon Hyun <[email protected]> Committed: Fri Sep 28 14:10:47 2018 -0700 ---------------------------------------------------------------------- docs/running-on-kubernetes.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/81391c27/docs/running-on-kubernetes.md ---------------------------------------------------------------------- diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md index c83dad6..fc7c9a5 100644 --- a/docs/running-on-kubernetes.md +++ b/docs/running-on-kubernetes.md @@ -678,6 +678,7 @@ specific to Spark on Kubernetes. Example values include 0.1, 500m, 1.5, 5, etc., with the definition of cpu units documented in [CPU units](https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/#cpu-units). This is distinct from <code>spark.executor.cores</code>: it is only used and takes precedence over <code>spark.executor.cores</code> for specifying the executor pod cpu request if set. Task parallelism, e.g., number of tasks an executor can run concurrently is not affected by this. + </td> </tr> <tr> <td><code>spark.kubernetes.executor.limit.cores</code></td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
