Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SPARK-35482][K8S] Use spark.blockManager.port not wrong spark.blockm…
…anger.port
  • Loading branch information
yaooqinn committed May 21, 2021
commit 2dcb524fe700d0360bc2d60b780e7872e3161060
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private[spark] class BasicExecutorFeatureStep(
.replaceAll(ENV_EXECUTOR_ID, kubernetesConf.executorId))
}

// 0 is invalid as kubernetes contain port request, we shall leave it
// 0 is invalid as kubernetes containerPort request, we shall leave it unmounted
val requiredPorts = if (blockManagerPort != 0) {
Seq(
(BLOCK_MANAGER_PORT_NAME, blockManagerPort))
Expand Down