Skip to content

Commit

Permalink
allConfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 28, 2023
1 parent a0391af commit cf0270c
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ class SparkBatchProcessBuilder(
// tag batch application
KyuubiApplicationManager.tagApplication(batchId, "spark", clusterManager(), batchKyuubiConf)

val allConfigs = batchKyuubiConf.getAll ++
sparkAppNameConf() ++
engineLogPathConf() ++
appendPodNameConf(batchConf)
val allConfigs = Seq(
batchKyuubiConf.getAll,
sparkAppNameConf(),
engineLogPathConf(),
appendPodNameConf(batchConf)).flatten
buffer ++= confKeyValues(allConfigs)

setupKerberos(buffer)
Expand Down

0 comments on commit cf0270c

Please sign in to comment.