If you have only one block reader (say you set partition count to 1 using static partitioning) then it will be sequential. But if you have multiple block readers, the blocks will be read in parallel and your last block could arrive before intermediate blocks.
Can you brief us about your usecase. May be we could help you in designing the application. -Priyanka On Wed, Oct 14, 2015 at 4:55 PM, Chiru <[email protected]> wrote: > Hi Priyanks, > > thanks for the reply, > > I have one small query on FileSplitter. > > After splitting the file into blocks, the block read will be sequential in > order or parallell? Based on this i will build the logic for middle > operator for tracking. > > > > Thanks-Chiru > > > > > > > On Friday, 9 October 2015 18:33:06 UTC+5:30, Chiru wrote: >> >> Hi All, >> >> How i can find the entire file read when using the FileSplitter.I have to >> wait till the EOF then start processing. >> >> Please share sample code if possible. >> >> Thanks -Chiru >> > -- > You received this message because you are subscribed to the Google Groups > "Malhar" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/malhar-users. > For more options, visit https://groups.google.com/d/optout. >
