Ben, take a look at elephantbird https://github.com/kevinweil/elephant-bird
Jon 2012/3/26 Benjamin Juhn <[email protected]> > Hi all, > > I'm using pig with protobuf and I have some byte fields containing > serialized protobuf data. Is it possible to handle this nested serialized > data with pig? > > ex. > message A { > required bytes data = 1 // serialized message B > } > message B { > ... > } > > Thanks, > Ben
