Description
Feature added by NUTCH-2368 does not work for multiple hosts. Once a HostDatum has been read by getHostDatum(), the next host cannot be read. Apparantly i need to open and close the SequenceFile.Readers for every HostDatum it needs. Reader has no reset() method or whatsoever.