Re: flink rest endpoint creation failure

2021-09-29 Thread Matthias Pohl
Hi Curt, could you elaborate a bit more on your setup? Maybe, provide commands you used to deploy the jobs and the Flink/YARN logs. What's puzzling me is your statement about "two JobManagers spinning up" and "everything's working fine if two TaskManagers are running on different instances". - When

Re: flink rest endpoint creation failure

2021-09-23 Thread Curt Buechter
Thanks Robert, But, no, the rest.bind-port is not set to 35485 in the configuration. Other jobs use different ports, so it is getting set dynamically. #== # Rest & web frontend #

Re: flink rest endpoint creation failure

2021-09-22 Thread Robert Metzger
Hi, Yes, "rest.bind-port" seems to be set to "35485" on the JobManager instance. Can you double check the configuration that is used by Flink? The jobManager is also printing the effective configuration on start up. You'll probably see the value there as well. On Wed, Sep 22, 2021 at 6:48 PM Cur

flink rest endpoint creation failure

2021-09-22 Thread Curt Buechter
Hi, I'm getting an error that happens randomly when starting a flink application. For context, this is running in YARN on AWS. This application is one that converts from the Table API to the Stream API, so two flink applications/jobmanagers are trying to start up. I think what happens is that the