[jira] [Updated] (PIG-2066) Accumulators should be able to early-terminate

2012-04-13 Thread Jonathan Coveney (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2066: -- Attachment: PIG-2066-0.patch Accumulators should be able to early-terminate

[jira] [Assigned] (PIG-2066) Accumulators should be able to early-terminate

2012-04-13 Thread Jonathan Coveney (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney reassigned PIG-2066: - Assignee: Jonathan Coveney Accumulators should be able to early-terminate

[jira] [Created] (PIG-2651) Provide a much easier to use accumulator interface

2012-04-13 Thread Jonathan Coveney (Created) (JIRA)
Provide a much easier to use accumulator interface -- Key: PIG-2651 URL: https://issues.apache.org/jira/browse/PIG-2651 Project: Pig Issue Type: New Feature Reporter: Jonathan

[jira] [Updated] (PIG-2651) Provide a much easier to use accumulator interface

2012-04-13 Thread Jonathan Coveney (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2651: -- Attachment: PIG-2651-0.patch Provide a much easier to use accumulator interface

[jira] [Updated] (PIG-2066) Accumulators should be able to early-terminate

2012-04-13 Thread Jonathan Coveney (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2066: -- Fix Version/s: 0.10.1 0.11 Status: Patch Available (was: Open)

[jira] [Updated] (PIG-2651) Provide a much easier to use accumulator interface

2012-04-13 Thread Jonathan Coveney (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2651: -- Status: Patch Available (was: Open) Provide a much easier to use accumulator interface

[jira] [Updated] (PIG-2651) Provide a much easier to use accumulator interface

2012-04-13 Thread Jonathan Coveney (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2651: -- Description: This introduces a new interface, IteratingAccumulatorEvalFunc (that name is NOT

Build failed in Jenkins: Pig-trunk #1225

2012-04-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pig-trunk/1225/changes Changes: [julien] PIG-2649: org.apache.pig.parser.ParserValidationException does not expose the cause exception -- [...truncated 56569 lines...] [junit] at

[jira] [Commented] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-13 Thread Gianmarco De Francisci Morales (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253366#comment-13253366 ] Gianmarco De Francisci Morales commented on PIG-2650: - Hi, nice idea!

[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-13 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Attachment: PIG-2650-a.patch PIG-2650-a.patch replaces the Loader and Storer by a single mock.Storage

[jira] [Updated] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-13 Thread Julien Le Dem (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated PIG-2650: --- Description: A test would look as follows: {code} PigServer pigServer = new PigServer(ExecType.LOCAL);

[jira] [Commented] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts

2012-04-13 Thread David Capwell (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253559#comment-13253559 ] David Capwell commented on PIG-2650: Could Data also have an overloaded method public

[jira] [Commented] (PIG-2578) Multiple Store-commands mess up mapred.output.dir.

2012-04-13 Thread Daniel Dai (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253654#comment-13253654 ] Daniel Dai commented on PIG-2578: - There two folds of this issue: 1. I found one bug in Pig

[jira] [Updated] (PIG-2578) Multiple Store-commands mess up mapred.output.dir.

2012-04-13 Thread Daniel Dai (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2578: Attachment: PIG-2578-1.patch Attach the patch in Pig side. Multiple Store-commands mess up

[jira] [Updated] (PIG-2578) Multiple Store-commands mess up mapred.output.dir.

2012-04-13 Thread Daniel Dai (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2578: Fix Version/s: 0.11 0.10.0 Assignee: Daniel Dai Multiple Store-commands

[jira] [Commented] (PIG-2578) Multiple Store-commands mess up mapred.output.dir.

2012-04-13 Thread Daniel Dai (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253661#comment-13253661 ] Daniel Dai commented on PIG-2578: - HCat side fix is part of HCATALOG-375.

[jira] [Commented] (PIG-2578) Multiple Store-commands mess up mapred.output.dir.

2012-04-13 Thread Thejas M Nair (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253662#comment-13253662 ] Thejas M Nair commented on PIG-2578: +1 Multiple Store-commands mess

[jira] [Created] (PIG-2652) Skew join and order by don't trigger reducer estimation

2012-04-13 Thread Bill Graham (Created) (JIRA)
Skew join and order by don't trigger reducer estimation --- Key: PIG-2652 URL: https://issues.apache.org/jira/browse/PIG-2652 Project: Pig Issue Type: Bug Reporter: Bill Graham

[jira] [Updated] (PIG-2652) Skew join and order by don't trigger reducer estimation

2012-04-13 Thread Bill Graham (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated PIG-2652: - Attachment: PIG-2652_1.patch Here's a patch that sets the number of reducers to -1 in {{MRController}} for

[jira] [Updated] (PIG-2652) Skew join and order by don't trigger reducer estimation

2012-04-13 Thread Bill Graham (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated PIG-2652: - Assignee: Bill Graham Release Note: Fix how reducers are estimated for skew join and order

[jira] [Commented] (PIG-2652) Skew join and order by don't trigger reducer estimation

2012-04-13 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13253890#comment-13253890 ] Dmitriy V. Ryaboy commented on PIG-2652: +1. This code is quite the mess. At some

[jira] [Updated] (PIG-2652) Skew join and order by don't trigger reducer estimation

2012-04-13 Thread Dmitriy V. Ryaboy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-2652: --- Resolution: Fixed Fix Version/s: 0.11 0.9.3 0.10.0

[jira] [Created] (PIG-2653) Precompile option in PIG (Ability to store the plan for queries which are run multiple times)

2012-04-13 Thread Rajesh Balamohan (Created) (JIRA)
Precompile option in PIG (Ability to store the plan for queries which are run multiple times) - Key: PIG-2653 URL: https://issues.apache.org/jira/browse/PIG-2653