Re: AW: REST Interface to JobManager

2016-09-23 Thread Paul Wilson
Hi, We went a different way and used the same underlying ClusterClient classes from the command line tool, to connect to the JobManager and submit JARs that way. >From the YARN RM address, we search for the Flink application and use the YarnClusterClient to get the connection details from the disc

Re: AW: REST Interface to JobManager

2016-09-22 Thread Curtis Wilde
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/WebRuntimeM