Hi All, I'm looking into embedding pig latin in a host language using pig trunk. so far, basic features work fine for me. but I need to know how can I get result tuples from the stored bag. I need to apply some processing to each tuple from result bag. In wiki http://wiki.apache.org/pig/TuringCompletePig , It seems 'getResults()' method works like what I want. but I got an error like "returned PigStats has no attribute 'getResults()' ..."
Any advice would be appreciated. - Youngwoo
