[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-05-08 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-626: --- Attachment: pigStats.patch Patch compatible with the latest trunk attached. > Statistics (records read

[jira] Commented: (PIG-626) Statistics (records read by each mapper and reducer)

2009-04-16 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699798#action_12699798 ] Shubham Chopra commented on PIG-626: Tested the patch with the latest trunk. > Statistics

[jira] Commented: (PIG-626) Statistics (records read by each mapper and reducer)

2009-03-24 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688676#action_12688676 ] Shubham Chopra commented on PIG-626: I tested the patch with the latest trunk and it worke

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-03-11 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-626: --- Attachment: pigStats.patch Updates pigStats patch. I now make use of the ExecJob interface. > Statistic

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-02-24 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-626: --- Attachment: pigStats.patch PigStats patch. > Statistics (records read by each mapper and reducer) > ---

[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2009-02-24 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-366: --- Attachment: PigPen.tgz Tar-ball containing the PigPen update-site. Untar it to a suitable location and

[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2009-02-12 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-366: --- Attachment: org.apache.pig.pigpen_0.0.4.jar Updated plugin jar. This addresses a lot of minor issues wit

[jira] Commented: (PIG-641) Fragment replicate join does not work in local mode

2009-02-10 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672339#action_12672339 ] Shubham Chopra commented on PIG-641: There is no single join operator in local mode. Like

[jira] Updated: (PIG-641) Fragment replicate join does not work in local mode

2009-02-10 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-641: --- Attachment: 641.patch I have added a local POFRJoinLocal operator that extends POFRJoin and uses the ha

[jira] Updated: (PIG-641) Fragment replicate join does not work in local mode

2009-02-06 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-641: --- Attachment: 641.patch Added a small modification in query parser to treat FRJoin as regular joins since

[jira] Updated: (PIG-637) limit with order by is broken in local mode

2009-02-06 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-637: --- Attachment: 637.patch This happens because the optimizer eliminates the limit after a sort and puts an

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-01-20 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-626: --- Attachment: pigStats.patch 1. The initial goal is to just get the pig query result sizes. I try to get

[jira] Updated: (PIG-626) Statistics (records read by each mapper and reducer)

2009-01-19 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-626: --- Attachment: pigStats.patch Patch attached. > Statistics (records read by each mapper and reducer) > ---

[jira] Created: (PIG-626) Statistics (records read by each mapper and reducer)

2009-01-19 Thread Shubham Chopra (JIRA)
Statistics (records read by each mapper and reducer) Key: PIG-626 URL: https://issues.apache.org/jira/browse/PIG-626 Project: Pig Issue Type: New Feature Components: impl Aff

[jira] Commented: (PIG-572) A PigServer.registerScript() method, which lets a client programmatically register a Pig Script.

2009-01-06 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661187#action_12661187 ] Shubham Chopra commented on PIG-572: Thanks Olga. I got your point and will follow it for

[jira] Commented: (PIG-572) A PigServer.registerScript() method, which lets a client programmatically register a Pig Script.

2008-12-31 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660178#action_12660178 ] Shubham Chopra commented on PIG-572: 1. One use case is when users have a share-able scrip

[jira] Updated: (PIG-572) A PigServer.registerScript() method, which lets a client programmatically register a Pig Script.

2008-12-19 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-572: --- Attachment: registerScript.patch The attached patch includes this addition with test cases. The patch al

[jira] Created: (PIG-572) A PigServer.registerScript() method, which lets a client programmatically register a Pig Script.

2008-12-19 Thread Shubham Chopra (JIRA)
A PigServer.registerScript() method, which lets a client programmatically register a Pig Script. Key: PIG-572 URL: https://issues.apache.org/jira/browse/PIG-572

[jira] Updated: (PIG-543) A local mode for pig instead of the current local map-reduce using the minicluster.

2008-12-11 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-543: --- Attachment: pigLocal.patch Patch including the local POCross and its testcase. > A local mode for pig i

[jira] Updated: (PIG-543) A local mode for pig instead of the current local map-reduce using the minicluster.

2008-12-02 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-543: --- Attachment: pigLocal.patch Patch updated addressing the issue with error during temporary file creation

[jira] Updated: (PIG-543) A local mode for pig instead of the current local map-reduce using the minicluster.

2008-12-02 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-543: --- Attachment: pigLocal.patch Updated patch with 6 more test cases for POStream. POStream gets simplified i

[jira] Updated: (PIG-543) A local mode for pig instead of the current local map-reduce using the minicluster.

2008-11-30 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-543: --- Attachment: pigLocal.patch Updated patch with 44 test-cases that check the local mode. The test-cases ar

[jira] Commented: (PIG-543) A local mode for pig instead of the current local map-reduce using the minicluster.

2008-11-25 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650578#action_12650578 ] Shubham Chopra commented on PIG-543: Just to clarify, the *inner* cogroup refers to a cogr

[jira] Updated: (PIG-543) A local mode for pig instead of the current local map-reduce using the minicluster.

2008-11-25 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-543: --- Attachment: pigLocal.patch > A local mode for pig instead of the current local map-reduce using the > m

[jira] Created: (PIG-543) A local mode for pig instead of the current local map-reduce using the minicluster.

2008-11-25 Thread Shubham Chopra (JIRA)
A local mode for pig instead of the current local map-reduce using the minicluster. --- Key: PIG-543 URL: https://issues.apache.org/jira/browse/PIG-543 Project: Pig

[jira] Issue Comment Edited: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2008-11-13 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646834#action_12646834 ] shubhamc edited comment on PIG-366 at 11/13/08 3:31 AM: -- PigPen p

[jira] Issue Comment Edited: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2008-11-12 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646828#action_12646828 ] shubhamc edited comment on PIG-366 at 11/12/08 9:14 AM: -- Updated

[jira] Issue Comment Edited: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2008-11-12 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646834#action_12646834 ] shubhamc edited comment on PIG-366 at 11/12/08 9:21 AM: -- PigPen p

[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2008-11-12 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646837#action_12646837 ] Shubham Chopra commented on PIG-366: The plugin can be used straight-away by putting the p

[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2008-11-12 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-366: --- Attachment: org.apache.pig.pigpen_0.0.1.jar PigPen plugin jar containing the compiled plugin. I was not

[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2008-11-12 Thread Shubham Chopra (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shubham Chopra updated PIG-366: --- Attachment: pigpen.patch Updated pigpen patch > PigPen - Eclipse plugin for a graphical PigLatin editor