Hi Chiru, BlockMetaData has become an interface and was moved into its own file https://github.com/DataTorrent/Malhar/blob/release-3.0/library/src/main/java/com/datatorrent/lib/io/block/BlockMetadata.java
The FileSplitter now uses FileBlockMetadata (defined in BlockMetaData.java) which implements the BlockMetaData interface. So your code should be upgraded to work with FileBlockMetadata objects now. Please let us know if there are anymore issues. Also feel free to go through the source code of the operators to get more familiar with them. Thanks, Tim On Wednesday, September 2, 2015 at 5:32:59 AM UTC-8, Chiru wrote: > > Hi All, > > I would like to read a large file using filesplitter and emit tuples. Iam > not finding the com.datatorrent.lib.io.fs.FileSplitter.BlockMetadata in > malhar-library-3.0.0 as it available in malhar-library-2.0.1. > > Please suggest how to read data using Filesplitter using > malhar-library-3.0.0.jar > > Thanks -Chiranjeevi >
