I think it is the SequenceFileLoader.translateWritableToPigDataType which does not support custom writable. Try to enhance translateWritableToPigDataType.
Daniel On Mon, Oct 24, 2011 at 12:21 AM, Gayatri Rao <[email protected]> wrote: > Hi All, > > I am trying to use the sequence file loader in piggybank for my custom > writable object. I am working with pig 0.8, It looks like it does not work > for user defined custom writables? > Any pointers on how I can write a loader for my own custom writable? > > Thanks, > Gayatri >
