I have a flink docker image with my job's JAR already contained within.  I
would like to run a job with this jar via the REST api.  Is that possible?

I know I can run a job via REST using JarID (ID assigned by flink when a
jar is uploaded).   However I don't have such an ID since this jar is
already part of the image.

Via CLI I can start a job using classpath.  But can I do the same via the
REST api.   Any other ways to achieve this?

Thanks

Tim

Reply via email to