h4nek / flink-rc

A reservoir computing library for Apache Flink framework
Apache License 2.0
0 stars 0 forks source link

LM Examples - File I/O Exception sometimes occurs #13

Open h4nek opened 4 years ago

h4nek commented 4 years ago

A FileNotFoundException or similar sometimes occurs probably due to a race condition when creating and reading the files used for predictions in some example app. We use multiple threads to start writing and predicting at the same time, but it's just for the example purposes. Normally we could create a serial job as well.