I had a fat JAR that was using Flink 1.7 in its POM. After bumping that to 1.8 it works :)
On Mon, Aug 5, 2019 at 4:49 PM Kaymak, Tobias <[email protected]> wrote: > Hello, > > I've upgraded my dependencies from Beam 2.12 to Beam 2.14 and from Flink > 1.7.2 to 1.8.1. I've increased my log level down to INFO for all > components, the flink job manager looks fine. > > I can launch jobs via the cmdline and I can see them when I run `flink > list` - but the webinterface is returning {"errors":["Not found."]} when > I try to access it on port 8081. I've checked the release notes for Flink > and Beam, but I could not spot anything. > > Any suggestions? >
