Skip to content

Commit

Permalink
Update kyuubi-server/src/main/scala/org/apache/kyuubi/engine/flink/Fl…
Browse files Browse the repository at this point in the history
…inkProcessBuilder.scala

Co-authored-by: Cheng Pan <[email protected]>
  • Loading branch information
link3280 and pan3793 authored Mar 25, 2023
1 parent ba021de commit 68e0081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class FlinkProcessBuilder(
}).map(f => f.getAbsolutePath).sorted

buffer += s"-Dyarn.ship-files=$tmpKyuubiConf"
buffer += s"-Dpipeline.jars=${StringUtils.join(",", flinkExtraJars)}"
buffer += s"-Dpipeline.jars=${flinkExtraJars.mkString(",")}"
buffer += s"-Dyarn.tags=${conf.getOption(YARN_TAG_KEY).get}"
buffer += "-Dcontainerized.master.env.FLINK_CONF_DIR=."
buffer += "-c"
Expand Down

0 comments on commit 68e0081

Please sign in to comment.