GitHub user drummerwolli opened a pull request:
https://github.com/apache/flink/pull/3469
[FLINK-5598] return filename after jar upload
We use the Flink Web Backend to control Flink Jobs running in our Cluster.
We would like to have more control in the API. This is the first change I
propose, changing the output of the upload JAR Endpoint to something
meaningful. To start a Flink Job you need to have the Jar Name, which gets
created randomly during upload. The API now returns this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/drummerwolli/flink FLINK-5598_return_file_name
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3469.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3469
----
commit c3cea2ab335cd6c884bec66c68f202751219b1c3
Author: Fabian Wollert <[email protected]>
Date: 2017-03-03T16:40:02Z
[FLINK-5598] return filename after jar upload
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---