I have a job on Talend Big Data 7.3.1 that reads a file and puts it in HDFS. But that file is in constant updates, adding a new line to the file in a few seconds. How can I get the job to read my file every 5 minutes, for example, in order to send the data back to HDFS?
I accept suggestions for components or a command that makes the job run automatically after a x time, because this job runs a cluster.