Skip to content

Commit

Permalink
Update YarnSessionClient.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys authored Sep 14, 2024
1 parent b5f9fc1 commit f6879bf
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ object YarnSessionClient extends YarnClientTrait {
var client: ClusterClient[ApplicationId] = null
try {
val flinkConfig =
extractConfiguration(
deployRequest.flinkVersion.flinkHome,
deployRequest.properties,
deployRequest.clusterName)
extractConfiguration(deployRequest.flinkVersion.flinkHome, deployRequest.properties)

deployClusterConfig(deployRequest, flinkConfig)

Expand Down

0 comments on commit f6879bf

Please sign in to comment.