Open h4nek opened 4 years ago
A class that provides easy creation of different individual example apps. It should run as much common code as possible. Execute the Flink job.
Can be quite useful as it should ease examples creation/modification and provide a clearer solution, easier to grasp.
For the whole RC (different from the existing LM examples), using DataStream
Another one using DataSet for training (third could be DataSet only)
Reading data (CSV) -> How to deal with different datatypes?
Make instance for each example. Ideally using DataStream for everything.
A class that provides easy creation of different individual example apps. It should run as much common code as possible. Execute the Flink job.
Can be quite useful as it should ease examples creation/modification and provide a clearer solution, easier to grasp.
For the whole RC (different from the existing LM examples), using DataStream
Another one using DataSet for training (third could be DataSet only)
Reading data (CSV) -> How to deal with different datatypes?
Make instance for each example. Ideally using DataStream for everything.