Re: How to run in IDE?

2022-01-26 Thread Chesnay Schepler
We will need more of the logs contents to help you (preferably the whole thing. On 25/01/2022 23:55, John Smith wrote: I'm using: final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); But no go. On Mon, 24 Jan 2022 at 16:35, John Smith wrote: Hi

Re: How to run in IDE?

2022-01-25 Thread John Smith
I'm using: final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); But no go. On Mon, 24 Jan 2022 at 16:35, John Smith wrote: > Hi using Flink 1.14.3 with gradle. I explicitly added the flink client > dependency and the job starts but it quits with... > >

How to run in IDE?

2022-01-24 Thread John Smith
Hi using Flink 1.14.3 with gradle. I explicitly added the flink client dependency and the job starts but it quits with... In Flink 1.10 the job worked as is. How do I set the number of slots and is there any other settings for the IDE? 16:29:50,633 INFO