See JobStats and how you can retrieve it from PigServer: https://github.com/apache/pig/blob/branch-0.12/src/org/apache/pig/tools/pigstats/JobStats.java#l170
On Sun, Dec 22, 2013 at 8:58 PM, Shweta Jadhav <[email protected]>wrote: > Hi, > > I am running PIG script using Java API (pigserver.registerscript) > I need to find out number of records processed and number of output records > using java API. > How to implement the same. > Thanks > Shweta Jadhav >
