preciated
- Original message -
From: Chesnay Schepler
To: Adam Roberts , user@flink.apache.org
Cc:
Subject: [EXTERNAL] Re: Submitting a job in non-blocking mode
using curl and the REST API
Date: Tue, Jan 5, 2021 4:07 PM
All jobs going through the web-submissio
Thanks Chesnay for the prompt response - ah, so my cunning plan to use execution.attached=true doesn't sound so reasonable now then (I was going to look at providing that as a programArg next).
I did find, in https://ci.apache.org/projects/flink/flink-docs-release-1.11/release-notes/flink-1.11.ht
All jobs going through the web-submission are run in detached mode for
technical reasons (blocking of threads, and information having to be
transported back to the JobManager for things like collect()).
You unfortunately cannot run non-detached/attached/blocking jobs via the
web submission, wh