yaooqinn commented on code in PR #2353:
URL: https://github.com/apache/incubator-kyuubi/pull/2353#discussion_r850407499
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/spark/SparkBatchProcessBuilder.scala:
##########
@@ -64,10 +66,40 @@ class SparkBatchProcessBuilder(
buffer.toArray
}
+ private def sparkFilesConf(sparkConf: Map[String, String]): Map[String,
String] = {
Review Comment:
yes,
- these 2 APIs do the same thing,
- users don't how we deal with them
- spark behavior may change as it is undocumented and underlying and
hardcore.(for the part how we merge these)
--
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]