Hi!

Flink 1.7.2 is a very dated version. I suppose by batch job you mean
DataSet API?

A socket source might be what you need. However I'm not sure if the
provided socket source in 1.7 supports DataSet API. If not you might need
to write your own socket source.

Samir Vasani <samirvas...@gmail.com> 于2021年7月24日周六 下午9:31写道:

> Hi,
>
> I am practicing file reading through the flink batch processing mechanism
> on a Windows 10 machine.
>
> I downloaded flink-1.7.2-bin-hadoop24-scala_2.12.tgz from flink's
> official site and executed start-cluster.bat .
>
> I uploaded the jar though Flink's UI and was able to execute the job but
> the job finished in a matter of seconds.
>
> I want to keep the job running continuously so that I can test my use case
> .
> Can you guide my possible ways to achieve this?
>
> Thanks & Regards,
> Samir Vasani
>
>

Reply via email to