zjffdu opened a new pull request #8546: [FLINK-12621]. Use MiniCluster instead of JobExecutor URL: https://github.com/apache/flink/pull/8546 ## What is the purpose of the change This is a refactoring PR which remove `JobExecutor` and use `MiniCluster` instead. `JobExecutor` is specifically used for local mode, I don't think we need to introduce such kind of new class/interface for local mode, we could just use the existing `MiniCluster`. ## Brief change log * Remove `JobExecutor` & `JobExecutorService` * Use `ClusterClient` to replace `JobExecutorService` ## Verifying this change Current CI is passed, no new code is introduced, just some refactoring. ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (not applicable)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services