It looks like I was able to finally find what I needed.
WebRuntimeMonitor.java contains the routes, with a little fiddling in the 
browser I think I can make the rest happen.

https://github.com/apache/flink/blob/master/flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/WebRuntimeMonitor.java

From: Dominique Rondé <dominique.ro...@allsecur.de>
Reply-To: "user@flink.apache.org" <user@flink.apache.org>
Date: Thursday, September 22, 2016 at 11:43 AM
To: "user@flink.apache.org" <user@flink.apache.org>
Subject: AW: REST Interface to JobManager

Hi Curtis,

we implemented this today. But without a REST-Interface. We transfer out 
artifacts and a script with a scp call from out Bamboo server and execute the 
script. This script kills the yarn application, start a new flink application 
in yarn and submit all routes to the cluster.

Works pretty well... ;) Just in case...

Greets
Dominique



Von meinem Samsung Gerät gesendet.

-------- Ursprüngliche Nachricht --------
Von: Curtis Wilde <cwi...@ancestry.com>
Datum: 22.09.16 18:49 (GMT+01:00)
An: user@flink.apache.org
Betreff: REST Interface to JobManager
I would like to be able to use Jenkins to deploy jobs to Flink.
I’ve seen talk of a REST interface that might allow me to do this 
https://issues.apache.org/jira/browse/FLINK-1228
Is there any documentation around this feature?

Reply via email to