How to retrieve JobStats from PigServer Object. There is no method defined for the same in PigServer Class.
On Tue, Dec 24, 2013 at 3:12 AM, Cheolsoo Park <[email protected]> wrote: > 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 > > >
