If you are just looking for an exchange format between two Flink jobs, I would go for the TypeSerializerInput/OutputFormat. Note that these are binary formats.
Best, Fabian 2015-11-27 15:28 GMT+01:00 Flavio Pompermaier <pomperma...@okkam.it>: > Hi to all, > > I have a complex POJO (with nexted objects) that I'd like to write and > read with Flink (batch). > What is the simplest way to do that? I can't find any example of it :( > > Best, > Flavio >