dongjoon-hyun commented on code in PR #53338:
URL: https://github.com/apache/spark/pull/53338#discussion_r2607590319


##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesClientUtils.scala:
##########
@@ -116,6 +116,31 @@ object KubernetesClientUtils extends Logging {
     }.toList.sortBy(x => x.getKey) // List is sorted to make mocking based 
tests work
   }
 
+  @Since("4.2.0")
+  def overrideDefaultSparkEnv(conf: KubernetesDriverConf,
+      confFilesMap: Map[String, String]): Map[String, String] = {

Review Comment:
   From Apache Spark 4.1.0, we need to provide a Java-friendly version together 
like the following.
   
   ```scala
   def buildSparkConfDirFilesMapJava(
   def buildSparkConfDirFilesMap(
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to