Re: Uploading job jar via web UI in flink HA mode

2020-12-02 Thread sidhant gupta
Hi Till, Thanks for the clarification and suggestions Regards Sidhant Gupta On Wed, Dec 2, 2020, 10:10 PM Till Rohrmann wrote: > Hi Sidhant, > > Have you seen this discussion [1]? If you want to use S3, then you need to > make sure that you start your Flink processes with the appropriate > Fil

Re: Uploading job jar via web UI in flink HA mode

2020-12-02 Thread Till Rohrmann
Hi Sidhant, Have you seen this discussion [1]? If you want to use S3, then you need to make sure that you start your Flink processes with the appropriate FileSystemProvider for S3 [2]. So the problem you are seeing is most likely caused by the JVM not knowing a S3 file system implementation. Be a

Uploading job jar via web UI in flink HA mode

2020-12-02 Thread sidhant gupta
Hi All, I have 2 job managers in flink HA mode cluster setup. I have a load balancer forwarding request to both (leader and stand by) the job managers in default round-robin fashion. While uploading the job jar the Web UI is fluctuating between the leader and standby page. Its difficult to upload