Zeppelin with remote Flink cluster: no more than one paragraph running

2024-05-12 Thread Alessio Bernesco Làvore
Hello, i'm using zeppelin to test some query against a Flink Cluster (1.17.2), with 10 tasks slots available. if i launch any continuous query (read or insert into) any other subsequent query remains pending until i cancel the previous job. I can see the active job and all the canceled jobs in t

Re: Zeppelin with remote Flink cluster: no more than one paragraph running

2024-05-14 Thread Alessio Bernesco Làvore
e query are you clicking "run" on the paragraph or the "run > all" button on the note? If you click "run all" it would prevent you from > running them in parallel. When clicking the run on the paragraph you should > be able to run them in parallel. > >