I am trying to refresh the .tmp file with additional events in every 5 minutes, my source is slow and it takes 30 min to get 128MB file in my hdfs sink.
Is there any property in flume hdfs sink where I can control the refresh rate of .tmp file before the file is rolled into HDFS.
I need this to see the data in HDFS using hive table from the .tmp file.
Currently I am viewing the data from .tmp file using hive table but the .tmp file is not refreshing for a long time as the roll size is 128MB.