Skip to content

Commit

Permalink
[N/A] use sessonConf, not make new confs
Browse files Browse the repository at this point in the history
  • Loading branch information
minyk committed Oct 5, 2023
1 parent aff2f49 commit 50f17c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SparkBatchProcessBuilder(
buffer += cla
}

val batchKyuubiConf = new KyuubiConf(false)
val batchKyuubiConf = conf
// complete `spark.master` if absent on kubernetes
completeMasterUrl(batchKyuubiConf)
batchConf.foreach(entry => { batchKyuubiConf.set(entry._1, entry._2) })
Expand Down

0 comments on commit 50f17c7

Please sign in to comment.