Re: flink run from savepoint

2018-11-12 Thread Timo Walther
Hi Franck, as a first hint: paths are hard-coded in the savepoint's metadata so you should make sure that the path is still the same and accessible by all JobManagers and TaskManagers. Can you share logs with us to figure out what caused the internal server error? Thanks, Timo Am

flink run from savepoint

2018-11-07 Thread Cussac, Franck
Hi, I'm working with Flink 1.5.0 and I try to run a job from a savepoint. My jobmanager is dockerized and I try to run my flink job in another container. The command : flink run -m jobmanager:8081 myJar.jar works fine, but when I try to run a job from a savepoint, I got an Internal server