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

2012-04-14 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-b.patch PIG-2650-b.patch adds some helper methods and support for schema set and

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

2012-04-14 Thread Daniel Dai (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-2578. - Resolution: Fixed Hadoop Flags: Reviewed Patch committed to 0.10/trunk. Multiple

Build failed in Jenkins: Pig-trunk #1226

2012-04-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pig-trunk/1226/changes Changes: [daijy] PIG-2578: Multiple Store-commands mess up mapred.output.dir. [dvryaboy] PIG-2652: Skew join and order by dont trigger reducer estimation -- [...truncated 56555 lines...]

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

2012-04-14 Thread Daniel Dai (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13254187#comment-13254187 ] Daniel Dai commented on PIG-2652: - Get couple of unit test failures: [junit] Test

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

2012-04-14 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13254195#comment-13254195 ] Dmitriy V. Ryaboy commented on PIG-2652: I am guessing the tests need to be

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

2012-04-14 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13254202#comment-13254202 ] Dmitriy V. Ryaboy commented on PIG-2652: Ok, TestCounters appears to have a problem

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

2012-04-14 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13254251#comment-13254251 ] Dmitriy V. Ryaboy commented on PIG-2652: Figured it out. The parallelism from

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

2012-04-14 Thread Dmitriy V. Ryaboy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13254253#comment-13254253 ] Dmitriy V. Ryaboy commented on PIG-2652: Patching things up in JobControlCompiler,