[jira] [Commented] (PIG-2293) Pig should support a more efficient merge join against data sources that natively support point lookups or where the join is against large, sparse tables.

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109304#comment-13109304 ] Daniel Dai commented on PIG-2293: - Yes, this is essentially a new join type to the user,

[jira] [Created] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Todd Lipcon (JIRA)
case where optimizer causes incorrect filtering --- Key: PIG-2296 URL: https://issues.apache.org/jira/browse/PIG-2296 Project: Pig Issue Type: Bug Affects Versions: 0.8.1 Reporter:

[jira] [Commented] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109309#comment-13109309 ] Todd Lipcon commented on PIG-2296: -- The script in question is: {code} er = LOAD 'er' AS (en

[jira] [Commented] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109316#comment-13109316 ] Dmitriy V. Ryaboy commented on PIG-2296: Unable to reproduce with this input so far.

[jira] [Updated] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-2296: - Attachment: er.head Attaching sample data. The following script: {code} set mapred.max.split.size 2;

[jira] [Commented] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109318#comment-13109318 ] Todd Lipcon commented on PIG-2296: -- looks like the faulty optimization is

[jira] [Commented] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109319#comment-13109319 ] Dmitriy V. Ryaboy commented on PIG-2296: I am still unable to reproduce. Can you try

[jira] [Commented] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109320#comment-13109320 ] Dmitriy V. Ryaboy commented on PIG-2296: Looking at the JIRAs this seems exactly

[jira] [Updated] (PIG-2067) FilterLogicExpressionSimplifier removed some branches in some cases

2011-09-21 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-2067: - Fix Version/s: (was: 0.8.1) This fix isn't in the 0.8.1 release - perhaps it's on the 0.8 branch

[jira] [Resolved] (PIG-2296) case where optimizer causes incorrect filtering

2011-09-21 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved PIG-2296. -- Resolution: Duplicate yep, I can verify that this problem is fixed in 0.9.0. The JIRA that Dmitriy

[jira] [Updated] (PIG-1955) PhysicalOperator has a member variable (non-static) Log object that is non-transient, this causes serialization errors

2011-09-21 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated PIG-1955: -- Attachment: 1955-static-0_8_1.patch Attaching a patch that cleanly applies against 0.8.1. I tested it

[jira] [Updated] (PIG-2275) NullPointerException from ILLUSTRATE

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2275: Attachment: PIG-2275-1.patch NullPointerException from ILLUSTRATE

[jira] [Created] (PIG-2297) multiquery having native mapreduce and order-by fails

2011-09-21 Thread Thejas M Nair (JIRA)
multiquery having native mapreduce and order-by fails - Key: PIG-2297 URL: https://issues.apache.org/jira/browse/PIG-2297 Project: Pig Issue Type: Bug Affects Versions: 0.10

[jira] [Commented] (PIG-2237) LIMIT generates wrong number of records if pig determines no of reducers as more than 1

2011-09-21 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109866#comment-13109866 ] jirapos...@reviews.apache.org commented on PIG-2237: bq. On

[jira] [Updated] (PIG-2237) LIMIT generates wrong number of records if pig determines no of reducers as more than 1

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2237: Attachment: PIG-2237-4.patch PIG-2237-4.patch address Dmitriy's review comment. LIMIT generates wrong

[jira] [Commented] (PIG-2237) LIMIT generates wrong number of records if pig determines no of reducers as more than 1

2011-09-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13109874#comment-13109874 ] Thejas M Nair commented on PIG-2237: +1 LIMIT generates wrong number of records if pig

[jira] [Updated] (PIG-2286) Using COR function in Piggybank results in ERROR 2018: Internal error. Unable to introduce the combiner for optimization

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-2286: Attachment: PIG-2286-2.patch PIG-2286-2.patch address Thejas's review comment. Using COR function in

[jira] [Resolved] (PIG-2270) Put jython.jar in classpath

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-2270. - Resolution: Fixed Hadoop Flags: [Reviewed] Patch committed to both trunk and 0.9 branch. Put

[jira] [Commented] (PIG-2286) Using COR function in Piggybank results in ERROR 2018: Internal error. Unable to introduce the combiner for optimization

2011-09-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13111075#comment-13111075 ] Thejas M Nair commented on PIG-2286: +1 Using COR function in Piggybank results in

[jira] [Resolved] (PIG-2164) CombinerOptimizer exception with multi-query

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-2164. - Resolution: Fixed It is fixed by PIG-2286. Apply PIG-2286-2.patch and the error go away.

[jira] [Resolved] (PIG-2286) Using COR function in Piggybank results in ERROR 2018: Internal error. Unable to introduce the combiner for optimization

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-2286. - Resolution: Fixed Fix Version/s: 0.10 0.9.1 Hadoop Flags: [Reviewed] Patch

[jira] [Resolved] (PIG-2289) HBaseStorage do not care about delimiter in STORE

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-2289. - Resolution: Invalid HBaseStorage do not care about delimiter in STORE

Build failed in Jenkins: Pig-trunk #1095

2011-09-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/Pig-trunk/1095/changes Changes: [daijy] PIG-2286: Using COR function in Piggybank results in ERROR 2018: Internal error. Unable to introduce the combiner for optimization [daijy] PIG-2270: Put jython.jar in classpath --

[jira] [Commented] (PIG-2067) FilterLogicExpressionSimplifier removed some branches in some cases

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112191#comment-13112191 ] Daniel Dai commented on PIG-2067: - Yes, this is in 0.8 branch but not 0.8.1 release.

[jira] [Commented] (PIG-2294) Store error

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112203#comment-13112203 ] Daniel Dai commented on PIG-2294: - Can you attach your script? Store error ---

[jira] [Commented] (PIG-1883) Pig's progress estimation should account for parallel job executions

2011-09-21 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112265#comment-13112265 ] Daniel Dai commented on PIG-1883: - +1 for Thejas's additional change in

[jira] [Created] (PIG-2298) Accumulative mode is turned off when MultiQueryOptimizer merges jobs

2011-09-21 Thread Dmitriy V. Ryaboy (JIRA)
Accumulative mode is turned off when MultiQueryOptimizer merges jobs Key: PIG-2298 URL: https://issues.apache.org/jira/browse/PIG-2298 Project: Pig Issue Type: Bug

[jira] [Commented] (PIG-2298) Accumulative mode is turned off when MultiQueryOptimizer merges jobs

2011-09-21 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112325#comment-13112325 ] Dmitriy V. Ryaboy commented on PIG-2298: Consider this script: {code} data = load