[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-tabpanel&focusedCommentId=12837106#action_12837106 ] Daniel Dai commented on PIG-1016: - This issue should be fixed as part of the effort in [PIG-

[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-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-tabpanel&focusedCommentId=12837100#action_12837100 ] Hadoop QA commented on PIG-1079: -1 overall. Here are the results of testing the latest atta

[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-tabpanel&focusedCommentId=12837094#action_12837094 ] Yan Zhou commented on PIG-1164: --- The nightly fails on the new TestSmokeMR test case. > [zebra]

[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] 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 > ---

Build failed in Hudson: Pig-trunk #688

2010-02-22 Thread Apache Hudson Server
See Changes: [rding] code refactoring: move class PigStreaming to the builtin packge, move interfaces PigToStream and StreamToPig to the top-level package -- [...truncated 2985 lines...] iv

[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 Op

[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] 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-tabpanel&focusedCommentId=12837064#action_12837064 ] Dmitriy V. Ryaboy commented on PIG-1248: I'll fix up the javadocs. I didn't modify su

[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-tabpanel&focusedCommentId=12837062#action_12837062 ] Hadoop QA commented on PIG-1178: -1 overall. Here are the results of testing the latest atta

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

2010-02-22 Thread Viraj Bhat (JIRA)
#x27; AND splitcond != ''), falseDataTmp IF (validRec == '1' AND splitcond == ''); grpData = GROUP trueDataTmp BY splitcond; finalData = FOREACH grpData { orderedData = ORDER trueDataTmp BY col1,col2;

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

2010-02-22 Thread Viraj Bhat (JIRA)
(validRec == '1' AND splitcond == ''); grpData = GROUP trueDataTmp BY splitcond; finalData = FOREACH grpData { orderedData = ORDER trueDataTmp BY col1,col2; GENERATE FLATTEN ( MYUDF (orderedData, 60, 1800, 'input.txt', '

[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 So

[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-tabpanel&focusedCommentId=12837038#action_12837038 ] Hadoop QA commented on PIG-1250: -1 overall. Here are the results of testing the latest atta

[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] Created: (PIG-1251) Move SortInfo calculation earlier in compilation

2010-02-22 Thread Ashutosh Chauhan (JIRA)
Move SortInfo calculation earlier in compilation - Key: PIG-1251 URL: https://issues.apache.org/jira/browse/PIG-1251 Project: Pig Issue Type: Bug Reporter: Ashutosh Chauhan

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

2010-02-22 Thread Gaurav Jain (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gaurav Jain updated PIG-1164: - Attachment: PIG-SMOKE.patch Contains: ant target for building zebra smoke jar and tar balls M/R and Pig

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

2010-02-22 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1079: -- Attachment: PIG-1079.patch Attached patch uses Hadoop DistributedCache for distribution of merge join in

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

2010-02-22 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1079: -- Status: Patch Available (was: Open) > Modify merge join to use distributed cache to maintain the index >

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

2010-02-22 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836968#action_12836968 ] Richard Ding commented on PIG-1250: --- +1 > Make StoreFunc an abstract class and create a mi

[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: Attachment: PIG-1250-2.patch Had missed StoreFuncInterface.java in my previous patch - also fixed a j

[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: Open (was: Patch Available) > Make StoreFunc an abstract class and create a mirror interface

[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] 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-tabpanel&focusedCommentId=12836863#action_12836863 ] Hadoop QA commented on PIG-1250: -1 overall. Here are the results of testing the latest atta

[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-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: Attachment: PIG-1250.patch Patch which makes the change described in this issue. MapRedUtil.getStoreF

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12836845#action_12836845 ] Pradeep Kamath commented on PIG-1250: - The proposal is described in the following comment

[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 Projec

[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] 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-tabpanel&focusedCommentId=12836838#action_12836838 ] Alan Gates commented on PIG-1248: - Some of these methods use all caps, some camel case. Is t

[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) > 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: Attachment: pig_1178_2.patch Another patch with a few more LogicalExpressions and some more unit tests using

[jira] Created: (PIG-1249) Safe-guards against misconfigured Pig scripts without PARALLEL keyword

2010-02-22 Thread Arun C Murthy (JIRA)
Safe-guards against misconfigured Pig scripts without PARALLEL keyword -- Key: PIG-1249 URL: https://issues.apache.org/jira/browse/PIG-1249 Project: Pig Issue Type: Improvem

[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-tabpanel&focusedCommentId=12836731#action_12836731 ] Derek Brown commented on PIG-1246: -- Also- if I create a sequence file bzip2 compressed, with

[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] 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 commen

[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-tabpanel&focusedCommentId=12836584#action_12836584 ] Hadoop QA commented on PIG-1248: -1 overall. Here are the results of testing the latest atta