[jira] Commented: (PIG-1248) [piggybank] useful String functions

2010-02-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836584#action_12836584 ] Hadoop QA commented on PIG-1248: -1 overall. Here are the results of testing the latest

[jira] Updated: (PIG-1248) [piggybank] useful String functions

2010-02-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1248: --- Attachment: PIG_1248.diff This patch is identical to the previous, except for a one-line

[jira] Assigned: (PIG-1246) SequenceFileLoader problem with compressed values

2010-02-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy reassigned PIG-1246: -- Assignee: Dmitriy V. Ryaboy SequenceFileLoader problem with compressed values

[jira] Commented: (PIG-1246) SequenceFileLoader problem with compressed values

2010-02-22 Thread Derek Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836731#action_12836731 ] Derek Brown commented on PIG-1246: -- Also- if I create a sequence file bzip2 compressed, with

[jira] Commented: (PIG-1248) [piggybank] useful String functions

2010-02-22 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836838#action_12836838 ] Alan Gates commented on PIG-1248: - Some of these methods use all caps, some camel case. Is

[jira] Updated: (PIG-1250) Make StoreFunc an abstract class and create a mirror interface called StoreFuncInterface

2010-02-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-1250: Affects Version/s: 0.7.0 Fix Version/s: 0.7.0 Make StoreFunc an abstract class and create a

[jira] Created: (PIG-1250) Make StoreFunc an abstract class and create a mirror interface called StoreFuncInterface

2010-02-22 Thread Pradeep Kamath (JIRA)
Make StoreFunc an abstract class and create a mirror interface called StoreFuncInterface Key: PIG-1250 URL: https://issues.apache.org/jira/browse/PIG-1250

[jira] Updated: (PIG-1250) Make StoreFunc an abstract class and create a mirror interface called StoreFuncInterface

2010-02-22 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-1250: Status: Patch Available (was: Open) Make StoreFunc an abstract class and create a mirror interface

[jira] Updated: (PIG-1251) Move SortInfo calculation earlier in compilation

2010-02-22 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-1251: -- Status: Patch Available (was: Open) Move SortInfo calculation earlier in compilation

[jira] Updated: (PIG-1251) Move SortInfo calculation earlier in compilation

2010-02-22 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-1251: -- Attachment: pig-1251.patch Patch which moves SortInfo calculation from LogToPhyTranslation to

[jira] Commented: (PIG-1250) Make StoreFunc an abstract class and create a mirror interface called StoreFuncInterface

2010-02-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837038#action_12837038 ] Hadoop QA commented on PIG-1250: -1 overall. Here are the results of testing the latest

[jira] Created: (PIG-1252) Diamond splitter does not generate correct results when using Multi-query optimization

2010-02-22 Thread Viraj Bhat (JIRA)
{ orderedData = ORDER trueDataTmp BY col1,col2; GENERATE FLATTEN ( MYUDF (orderedData, 60, 1800, 'input.txt', 'input.dat','20100222','5', 'debug_on')) as (s,m,l); } dump finalData; {code} You can see that falseDataTmp

[jira] Updated: (PIG-1252) Diamond splitter does not generate correct results when using Multi-query optimization

2010-02-22 Thread Viraj Bhat (JIRA)
trueDataTmp BY splitcond; finalData = FOREACH grpData { orderedData = ORDER trueDataTmp BY col1,col2; GENERATE FLATTEN ( MYUDF (orderedData, 60, 1800, 'input.txt', 'input.dat','20100222','5', 'debug_on')) as (s,m,l

[jira] Commented: (PIG-1178) LogicalPlan and Optimizer are too complex and hard to work with

2010-02-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837062#action_12837062 ] Hadoop QA commented on PIG-1178: -1 overall. Here are the results of testing the latest

[jira] Commented: (PIG-1248) [piggybank] useful String functions

2010-02-22 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837064#action_12837064 ] Dmitriy V. Ryaboy commented on PIG-1248: I'll fix up the javadocs. I didn't modify

[jira] Updated: (PIG-1178) LogicalPlan and Optimizer are too complex and hard to work with

2010-02-22 Thread Ankit Modi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Modi updated PIG-1178: Status: Open (was: Patch Available) LogicalPlan and Optimizer are too complex and hard to work with

[jira] Updated: (PIG-1178) LogicalPlan and Optimizer are too complex and hard to work with

2010-02-22 Thread Ankit Modi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Modi updated PIG-1178: Status: Patch Available (was: Open) Resubmitting patch again due to core test failures LogicalPlan and

Build failed in Hudson: Pig-trunk #688

2010-02-22 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-trunk/688/changes Changes: [rding] code refactoring: move class PigStreaming to the builtin packge, move interfaces PigToStream and StreamToPig to the top-level package -- [...truncated 2985 lines...]

[jira] Updated: (PIG-613) Casting elements inside a tuple does not take effect

2010-02-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-613: --- Attachment: PIG-613-1.patch Casting elements inside a tuple does not take effect

[jira] Updated: (PIG-613) Casting elements inside a tuple does not take effect

2010-02-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-613: --- Status: Patch Available (was: Open) Casting elements inside a tuple does not take effect

[jira] Commented: (PIG-1164) [zebra]smoke test

2010-02-22 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837094#action_12837094 ] Yan Zhou commented on PIG-1164: --- The nightly fails on the new TestSmokeMR test case.

[jira] Commented: (PIG-1079) Modify merge join to use distributed cache to maintain the index

2010-02-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837100#action_12837100 ] Hadoop QA commented on PIG-1079: -1 overall. Here are the results of testing the latest

[jira] Updated: (PIG-613) Casting elements inside a tuple does not take effect

2010-02-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-613: --- Attachment: PIG-613-1.patch Casting elements inside a tuple does not take effect

[jira] Updated: (PIG-613) Casting elements inside a tuple does not take effect

2010-02-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-613: --- Status: Open (was: Patch Available) Casting elements inside a tuple does not take effect

[jira] Updated: (PIG-613) Casting elements inside a tuple does not take effect

2010-02-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-613: --- Attachment: (was: PIG-613-1.patch) Casting elements inside a tuple does not take effect

[jira] Updated: (PIG-613) Casting elements inside a tuple does not take effect

2010-02-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-613: --- Status: Patch Available (was: Open) Casting elements inside a tuple does not take effect

[jira] Commented: (PIG-1016) Reading in map data seems broken

2010-02-22 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837106#action_12837106 ] Daniel Dai commented on PIG-1016: - This issue should be fixed as part of the effort in