Hi Chiru, Have you tried waiting till the time your output file in HDFS rolls over (from .tmp to .0)? I have observed this in our case that if you query .tmp file, it may not show all the records written to it. The reason could be that the file is still eligible to be written to and output operator still holds the handle to it. Can you try to wait till the file rolls over to verify if the tuples are still missing?
Regards Vivek -- View this message in context: http://apache-apex-users-list.78494.x6.nabble.com/data-missing-in-AbstractFileOutPutOperator-tp1814p1820.html Sent from the Apache Apex Users list mailing list archive at Nabble.com.