Skip to content

Commit

Permalink
[Improve][e2e][Flink] Execute extra commands on task manager container (
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer authored Oct 30, 2022
1 parent b485187 commit 0e85e1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ protected List<String> getExtraStartShellCommands() {

public void executeExtraCommands(ContainerExtendedFactory extendedFactory) throws IOException, InterruptedException {
extendedFactory.extend(jobManager);
extendedFactory.extend(taskManager);
}

@Override
Expand Down

0 comments on commit 0e85e1c

Please sign in to comment.