Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Dec 5, 2023
1 parent 4fa0651 commit a493e29
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ class SparkProcessBuilder(
allConf = allConf ++ zkAuthKeytabFileConf(allConf)
}
// pass spark engine log path to spark conf
(allConf ++ engineLogPathConf ++ extraYarnConf ++ appendPodNameConf(allConf)).foreach { case (k, v) =>
buffer ++= confKeyValue(convertConfigKey(k), v)
(allConf ++ engineLogPathConf ++ extraYarnConf ++ appendPodNameConf(allConf)).foreach {
case (k, v) =>
buffer ++= confKeyValue(convertConfigKey(k), v)
}

setupKerberos(buffer)
Expand Down

0 comments on commit a493e29

Please sign in to comment.