The 1.2 release documentation (https://ci.apache.org/ projects/flink/flink-docs-release-1.2/monitoring/rest_api.html) states "It is possible to upload, run, and list Flink programs via the REST APIs and web frontend". However there is no documentation about uploading a jar via REST api. Does this mean that upload is only supported via the web frontend? I did notice that if I manually upload a jar to the configured upload dir an prepend its name with a uuid it does get recognized and I can POST a job start, but this is messy and I'd rather use the api if supported.
-Cliff