[jira] Commented: (PIG-924) Make Pig work with multiple versions of Hadoop

2009-08-18 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744378#action_12744378 ] Daniel Dai commented on PIG-924: Hi, Dmitriy, Generally the patch is good. Just like Todd

[jira] Updated: (PIG-926) Merge-Join phase 2

2009-08-18 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-926: - Attachment: (was: mj_phase2_1.patch) Merge-Join phase 2 --

Build failed in Hudson: Pig-Patch-minerva.apache.org #169

2009-08-18 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/169/ -- [...truncated 111595 lines...] [exec] [junit] 09/08/18 07:26:29 INFO dfs.StateChange: BLOCK* NameSystem.addStoredBlock: blockMap updated: 127.0.0.1:42022 is added

[jira] Commented: (PIG-925) Fix join in local mode

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

Re: Proposal to create a branch for contrib project Zebra

2009-08-18 Thread Milind A Bhandarkar
Raghu, Since most of the bugfixes to Pig happen in trunk, I (and several folks that I know) tend to use pig trunk most often. It would be nice if I picked up Zebra enhancements along the way, as well. Since zebra.jar is not included in pig.jar (I hope not), I can still use stable zebra jar

Re: Proposal to create a branch for contrib project Zebra

2009-08-18 Thread Raghu Angadi
Milind A Bhandarkar wrote: Since zebra.jar is not included in pig.jar (I hope not), I can still use stable zebra jar (binary) with latest pig compiled in trunk. The problem is that though the current version is expected to be stable, it would still require some bug fixes. We essentially need

Re: Pig 0.4.0 release

2009-08-18 Thread Dmitriy Ryaboy
I am about to submit a cleaned up patch for 924. It works fine as a static patch (in fact I can attach it to 660 as well) -- compiling with -Dhadoop.version=XX works as proposed for the static shims. It does the necessary prep for the code to be able to switch based on what's in its classpath, but

[jira] Updated: (PIG-924) Make Pig work with multiple versions of Hadoop

2009-08-18 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-924: -- Status: Patch Available (was: Open) Make Pig work with multiple versions of Hadoop

[jira] Updated: (PIG-924) Make Pig work with multiple versions of Hadoop

2009-08-18 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-924: -- Attachment: pig_924.2.patch This patch addresses the reviewer comments. I put the factor of 0.9

Re: Pig 0.4.0 release

2009-08-18 Thread Alan Gates
On Aug 18, 2009, at 10:05 AM, Dmitriy Ryaboy wrote: I am about to submit a cleaned up patch for 924. It works fine as a static patch (in fact I can attach it to 660 as well) -- compiling with -Dhadoop.version=XX works as proposed for the static shims. It does the necessary prep for the code to

RE: Proposal to create a branch for contrib project Zebra

2009-08-18 Thread Santhosh Srinivasan
I would recommend that zebra wait for Pig 0.4.0 (a couple of weeks?). A branch will be created for the 0.4.0 release and zebra will automatically benefit. Santhosh -Original Message- From: Raghu Angadi [mailto:rang...@yahoo-inc.com] Sent: Tuesday, August 18, 2009 9:49 AM To:

Re: Proposal to create a branch for contrib project Zebra

2009-08-18 Thread Raghu Angadi
Right. I just noticed the mails on Pig.0.4.0. I joined pig-dev list just yesterday. waiting for 0.4.0 might be good enough if it is just a couple of weeks. will keep a watch on it. I think we will wait for a few days and attach any new feature patches to jiras. Those patches can certainly

[jira] Commented: (PIG-924) Make Pig work with multiple versions of Hadoop

2009-08-18 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744620#action_12744620 ] Todd Lipcon commented on PIG-924: - Few more comments I missed on the first pass through: - A

[jira] Updated: (PIG-925) Fix join in local mode

2009-08-18 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-925: --- Attachment: PIG-925-3.patch Fix the javac warning Fix join in local mode --

Re: Proposal to create a branch for contrib project Zebra

2009-08-18 Thread Thejas Nair
I think we are creating unnecessary bureaucratic hurdles here by preventing contrib project from having a branch. I don't see why zebra has to use pig release branch, as the new pig release does not include it. The decisions are supposed to help keeping things open, but this seems to be forcing

[jira] Created: (PIG-927) null should be handled consistently in Join

2009-08-18 Thread Pradeep Kamath (JIRA)
null should be handled consistently in Join --- Key: PIG-927 URL: https://issues.apache.org/jira/browse/PIG-927 Project: Pig Issue Type: Bug Affects Versions: 0.3.0 Reporter: Pradeep

[jira] Commented: (PIG-926) Merge-Join phase 2

2009-08-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744705#action_12744705 ] Pradeep Kamath commented on PIG-926: Review commments Merge-Join phase 2

[jira] Commented: (PIG-926) Merge-Join phase 2

2009-08-18 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744706#action_12744706 ] Pradeep Kamath commented on PIG-926: Review comments: In MergeJoinIndexer: Is there a

[jira] Commented: (PIG-923) Allow setting logfile location in pig.properties

2009-08-18 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744741#action_12744741 ] Daniel Dai commented on PIG-923: +1 Allow setting logfile location in pig.properties

[jira] Updated: (PIG-924) Make Pig work with multiple versions of Hadoop

2009-08-18 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-924: -- Status: Patch Available (was: Open) Make Pig work with multiple versions of Hadoop

[jira] Updated: (PIG-812) COUNT(*) does not work

2009-08-18 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/PIG-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed updated PIG-812: -- Attachment: PIG-812.patch small changes suggested by Corinne. COUNT(*) does not work

[jira] Commented: (PIG-812) COUNT(*) does not work

2009-08-18 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/PIG-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744868#action_12744868 ] Benjamin Reed commented on PIG-812: --- @olga 1) can you suggest some text, i'm not a sql guru

Hudson build is back to normal: Pig-Patch-minerva.apache.org #172

2009-08-18 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/172/

[jira] Commented: (PIG-925) Fix join in local mode

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