Skip to content

Commit

Permalink
Update kyuubi-common/src/main/scala/org/apache/kyuubi/engine/deploy/y…
Browse files Browse the repository at this point in the history
…arn/ApplicationMaster.scala
  • Loading branch information
pan3793 committed Dec 27, 2023
1 parent 1b0b77f commit 1fa18ba
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ object ApplicationMaster extends Logging {
.buildChecked()
.invoke(instance, buffer.toArray)

currentEngine = DynFields.builder().hiddenImpl(
currentEngineMainClass,
"currentEngine").buildChecked[Option[Serverable]]().get(instance).get
currentEngine = DynFields.builder()
.hiddenImpl(currentEngineMainClass, "currentEngine")
.buildChecked[Option[Serverable]]()
.get(instance)
.get
}

def initAmClient(): Unit = {
Expand Down

0 comments on commit 1fa18ba

Please sign in to comment.