Sorry for the noise. Reverting to version 1.17.2 fixed the issue.
04.12.2023 15:08, Matwey V. Kornilov пишет:
Hello,
I am trying to run very simple job locally via maven exec plugin:
public class DataStreamJob {
public static void main(String[] args) throws Exception {
Hello,
I am trying to run very simple job locally via maven exec plugin:
public class DataStreamJob {
public static void main(String[] args) throws Exception {
final StreamExecutionEnvironment env =
StreamExecutionEnvironment.getExecutionEnvironment();