Re: Could not start the JobMaster. org.apache.flink.api.common.ExecutionConfig not found

2023-12-05 Thread Matwey V. Kornilov
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 {

Could not start the JobMaster. org.apache.flink.api.common.ExecutionConfig not found

2023-12-04 Thread 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 { final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();