Re: PigStats returned by BoundScript.runSingle() does not contain any information in LOCAL mode

2011-01-10 Thread Julien Le Dem
I was calling result("").getNumberRecords() from a script. I¹ve tried several of the methods but they all returned empty lists: getOutputLocations() getOutputNames() If this is a known issue, is there a JIRA open ? This should work independently of the mode. Julien On 1/10/11 2:41 PM, "Richard D

Re: PigStats returned by BoundScript.runSingle() does not contain any information in LOCAL mode

2011-01-10 Thread Richard Ding
The related jira is PIG-1286. We're waiting for a fix from hadoop team. The methods getOutputLocations() and getOutputNames() don't use counters and they shouldn't return empty list. On 1/10/11 2:52 PM, "Julien Le Dem" wrote: I was calling result("").getNumberRecords() from a script. I've tri

Re: PigStats returned by BoundScript.runSingle() does not contain any information in LOCAL mode

2011-01-10 Thread Richard Ding
What method did you call to check if a dataset is empty? It's known that the counters don't work in local mode. On 1/9/11 3:15 PM, "Julien Le Dem" wrote: However, it works fine in mini cluster. I'm not sure what causes it. The consequence is that I can not check if a dataset is empty in the en

PigStats returned by BoundScript.runSingle() does not contain any information in LOCAL mode

2011-01-10 Thread Julien Le Dem
However, it works fine in mini cluster. I'm not sure what causes it. The consequence is that I can not check if a dataset is empty in the end condition for the transitive closure in javascript. Julien