Github user liyinan926 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22959#discussion_r234773904
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/DriverCommandFeatureStep.scala
---
@@ -124,7 +122,7 @@ private[spark] class DriverCommandFeatureStep(conf:
KubernetesConf[KubernetesDri
}
private def mergeFileList(key: String, filesToAdd: Seq[String]):
Map[String, String] = {
- val existing = Utils.stringToSeq(conf.sparkConf.get(key, ""))
+ val existing = Utils.stringToSeq(driverConf.sparkConf.get(key, ""))
--- End diff --
Ditto.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]