Re: FileNotFoundException on starting the job

2018-11-02 Thread mina...@gmail.com
Thank you, Alex, much appreciated. I'll check if changing a temporary io folder helps to resolve the issue. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: FileNotFoundException on starting the job

2018-11-02 Thread Alexander Smirnov
my guess is that tmp directory got cleaned on your host and Flink couldn't restore memory state from it upon startup. Take a look at https://ci.apache.org/projects/flink/flink-docs-stable/ops/config.html#configuring-temporary-io-directories article, I think it is relevant On Thu, Nov 1, 2018 at

FileNotFoundException on starting the job

2018-11-01 Thread Dmitry Minaev
Hi everyone, I'm having an issue when restarting a job in Flink. I'm doing a simple stop with savepoint and then start from the savepoint. Savepoints are stored in a separate folder, there is no configuration for "/tmp" folder in my setup. There is only 1 task manager and parallelism is 1. I'm