[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] [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] [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-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-1889: - Attachment: pig-1889.txt bin/pig should pick up HBase configuration from HBASE_CONF_DIR

[jira] Created: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Todd Lipcon (JIRA)
bin/pig should pick up HBase configuration from HBASE_CONF_DIR -- Key: PIG-1889 URL: https://issues.apache.org/jira/browse/PIG-1889 Project: Pig Issue Type: Improvement Affects

[jira] Updated: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-1889: - Attachment: pig-1889.txt Done. bin/pig should pick up HBase configuration from HBASE_CONF_DIR

[jira] Commented: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-03-03 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13002284#comment-13002284 ] Todd Lipcon commented on PIG-1680: -- Should we also update the deprecated kitchen sink jar

[jira] Commented: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-03-02 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001871#comment-13001871 ] Todd Lipcon commented on PIG-1680: -- Hey Dmitriy, Something strange is up with these tests

[jira] Updated: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-03-02 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-1680: - Attachment: pig-1680-minicluster-fixes.txt With these fixes in place it fixed my problem. Pig 0.8

[jira] Updated: (PIG-1680) Pig 0.8 HBaseStorage may not against HBase 0.89

2011-03-02 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-1680: - Attachment: pig-1680-with-ivy.xml Here's a combined patch that also consumes hbase and zookeeper via ivy.