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...
GreetsDominique
Von meinem Samsung Gerät gesendet.
-------- Ursprüngliche Nachricht --------
Von: Curtis Wilde <[email protected]>
Datum: 22.09.16 18:49 (GMT+01:00)
An: [email protected]
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?