HI ,
I have a requirement to read list of files and process by performing some
operations on data ,here is it mandatory to maintain trident state ?
I understand from document , trident state is used for replaying tuples only ?
is it correct or with it anything else?
***Here i did sample trident topology application , i used irichspout
implement class as spout , this class contains code to read list of files in
a specified directory ,here when i have 10 files (each file contains 1000
records or lines) i can process successfully. but when i have same 10 files but
each file contain 10000 records it not process emitting tuple to next operation
i.e it will always keep emitting ? how can i solve ?
Please help me>
Thnaks !