[jira] Commented: (PIG-922) Logical optimizer: push up project

2009-10-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762941#action_12762941 ] Hadoop QA commented on PIG-922: --- -1 overall. Here are the results of testing the latest

[jira] Updated: (PIG-987) [zebra] Zebra Column Group Access Control

2009-10-07 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-987: - Attachment: ColumnGroupSecurity.patch This patch has additional test scripts that do not use the nodefault lzo

[jira] Commented: (PIG-987) [zebra] Zebra Column Group Access Control

2009-10-07 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763133#action_12763133 ] Yan Zhou commented on PIG-987: -- I have attached a new patch that removes the use of lzo in 6 test

[jira] Updated: (PIG-992) [zebra] Separate Schema-related files into a Schema package

2009-10-07 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-992: - Attachment: SchemaPackageChange.patch Additional changes to some test files to avoid use of non-default lzo

[jira] Commented: (PIG-948) [Usability] Relating pig script with MR jobs

2009-10-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763169#action_12763169 ] Ashutosh Chauhan commented on PIG-948: -- +1 Change looks good. It should be log.info

[jira] Updated: (PIG-922) Logical optimizer: push up project

2009-10-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-922: --- Status: Open (was: Patch Available) Logical optimizer: push up project --

[jira] Updated: (PIG-922) Logical optimizer: push up project

2009-10-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-922: --- Attachment: PIG-922-p3_7.patch Address issues with hudson Logical optimizer: push up project

[jira] Updated: (PIG-922) Logical optimizer: push up project

2009-10-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-922: --- Status: Patch Available (was: Open) Logical optimizer: push up project --

[jira] Updated: (PIG-992) [zebra] Separate Schema-related files into a Schema package

2009-10-07 Thread Chao Wang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Wang updated PIG-992: -- Patch reviewed. +1 [zebra] Separate Schema-related files into a Schema package

[jira] Updated: (PIG-944) Zebra schema is taken from Pig through TableStorer's construct

2009-10-07 Thread Chao Wang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Wang updated PIG-944: -- Patch reviewed. +1 Zebra schema is taken from Pig through TableStorer's construct

[jira] Updated: (PIG-999) sorting on map-value fails if map-value is not of bytearray type

2009-10-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-999: -- Issue Type: Sub-task (was: Bug) Parent: PIG-998 sorting on map-value fails if map-value is not

[jira] Commented: (PIG-953) Enable merge join in pig to work with loaders and store functions which can internally index sorted data

2009-10-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763218#action_12763218 ] Ashutosh Chauhan commented on PIG-953: -- Changes look good. One comment I have: 1) In

[jira] Commented: (PIG-999) sorting on map-value fails if map-value is not of bytearray type

2009-10-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763234#action_12763234 ] Thejas M Nair commented on PIG-999: --- {code} l = load 'st_attr2.bin' using BinStorage(); f =

[jira] Commented: (PIG-999) sorting on map-value fails if map-value is not of bytearray type

2009-10-07 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763236#action_12763236 ] Thejas M Nair commented on PIG-999: --- In previous comment {code} o = order f by $2; {code}

[jira] Updated: (PIG-996) [zebra] Zebra build script does not have findbugs and clover targets.

2009-10-07 Thread Chao Wang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Wang updated PIG-996: -- Attachment: patch_build [zebra] Zebra build script does not have findbugs and clover targets.

[jira] Updated: (PIG-996) [zebra] Zebra build script does not have findbugs and clover targets.

2009-10-07 Thread Chao Wang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Wang updated PIG-996: -- Fix Version/s: 0.6.0 Affects Version/s: 0.4.0 Status: Patch Available (was: Open)

[jira] Commented: (PIG-953) Enable merge join in pig to work with loaders and store functions which can internally index sorted data

2009-10-07 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763256#action_12763256 ] Ashutosh Chauhan commented on PIG-953: -- ..aah.. I should have had dug more in jdk

[jira] Updated: (PIG-996) [zebra] Zebra build script does not have findbugs and clover targets.

2009-10-07 Thread Chao Wang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Wang updated PIG-996: -- Also added a dummy checkstyle target. [zebra] Zebra build script does not have findbugs and clover targets.

[jira] Commented: (PIG-922) Logical optimizer: push up project

2009-10-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763276#action_12763276 ] Hadoop QA commented on PIG-922: --- -1 overall. Here are the results of testing the latest

[jira] Updated: (PIG-995) Limit Optimizer throw exception ERROR 2156: Error while fixing projections

2009-10-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-995: --- Attachment: PIG-995-1.patch Limit Optimizer throw exception ERROR 2156: Error while fixing projections

[jira] Updated: (PIG-995) Limit Optimizer throw exception ERROR 2156: Error while fixing projections

2009-10-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-995: --- Status: Patch Available (was: Open) Limit Optimizer throw exception ERROR 2156: Error while fixing

[jira] Commented: (PIG-760) Serialize schemas for PigStorage() and other storage types.

2009-10-07 Thread mark meissonnier (JIRA)
[ https://issues.apache.org/jira/browse/PIG-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763294#action_12763294 ] mark meissonnier commented on PIG-760: -- Any new development on this issue? I'm finding it

[jira] Commented: (PIG-996) [zebra] Zebra build script does not have findbugs and clover targets.

2009-10-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763305#action_12763305 ] Hadoop QA commented on PIG-996: --- -1 overall. Here are the results of testing the latest

[jira] Commented: (PIG-995) Limit Optimizer throw exception ERROR 2156: Error while fixing projections

2009-10-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763322#action_12763322 ] Hadoop QA commented on PIG-995: --- +1 overall. Here are the results of testing the latest

[jira] Commented: (PIG-987) [zebra] Zebra Column Group Access Control

2009-10-07 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763325#action_12763325 ] Yan Zhou commented on PIG-987: -- I see the following errors in your attached log: chgrp: changing

[jira] Commented: (PIG-996) [zebra] Zebra build script does not have findbugs and clover targets.

2009-10-07 Thread Jing Huang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763324#action_12763324 ] Jing Huang commented on PIG-996: +1 Patch reviewed. [zebra] Zebra build script does not

[jira] Commented: (PIG-987) [zebra] Zebra Column Group Access Control

2009-10-07 Thread Raghu Angadi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763346#action_12763346 ] Raghu Angadi commented on PIG-987: -- I finally got some time look into this. Yes. I think the

[jira] Commented: (PIG-987) [zebra] Zebra Column Group Access Control

2009-10-07 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763361#action_12763361 ] Yan Zhou commented on PIG-987: -- I don't think the owner name is a problem because in this release