The jars that my build version creates have a version number, something
like myapp-2.2.11.jar. I am lazy and want to avoid having to update the
jarURI param (required in native mode) every time I deploy a new version of
my app, and just update the Docker image I am using. Another solution would
be
Before we dive further into this can you please explain the jarURI problem
your are trying to solve by switching to standalone?
The native mode should work well in almost any setup.
Gyula
On Thu, 13 Oct 2022 at 21:41, Javier Vegas wrote:
> Hi, I have a S3 HA Flink app that works as expected de
Hi, I have a S3 HA Flink app that works as expected deployed via
operator 1.2 in native mode, but I am seeing errors when switching to
standalone mode (which I want to do mostly to save me having to set jarURI
explicitly).
I can see the job manager writes the JobGraph in S3, and in the web UI I
can