Re: CSV Table source as data-stream in environment file

2019-09-26 Thread Dian Fu
You need to add the following configuration to configure it run in streaming mode[1]. execution: type: streaming Regards, Dian [1] https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/sqlClient.html#environment-files

CSV Table source as data-stream in environment file

2019-09-26 Thread Nishant Gupta
Hi Team, How do we define csv table source as a data-stream instead of data-set in environment file.? Whether or not i mention update-mode: append or not... I takes only csv file as data-set. Is there any detailed reference to environment file configuration where sinks and sources are defined.