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

2009-07-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/117/ -- [...truncated 96244 lines...] [exec] [junit] 09/07/09 06:13:55 INFO dfs.DataNode: Received block blk_-6683106567988715398_1012 of size 1446779 from /127.0.0.1 [

[jira] Commented: (PIG-876) limit changes order of order-by to ascending

2009-07-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729066#action_12729066 ] Hadoop QA commented on PIG-876: --- -1 overall. Here are the results of testing the latest attachm

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

2009-07-08 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: -- Status: Patch Available (was: Reopened) > COUNT(*) does not work > --- > >

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

2009-07-08 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.pdf PIG-812.patch i've modified the doc to better explain the expressi

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

2009-07-08 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: -- Priority: Major (was: Critical) > COUNT(*) does not work > --- > > K

[jira] Updated: (PIG-876) limit changes order of order-by to ascending

2009-07-08 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-876: --- Fix Version/s: 0.4.0 Affects Version/s: 0.3.0 Status: Patch Available (was: Open) > limi

[jira] Updated: (PIG-876) limit changes order of order-by to ascending

2009-07-08 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-876: --- Attachment: PIG-876-1.patch Need to change sort order of limitAfterSort operator the same as the sort operator.

[jira] Assigned: (PIG-836) Allow setting of end-of-record delimiter in PigStorage

2009-07-08 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/PIG-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed reassigned PIG-836: - Assignee: Benjamin Reed > Allow setting of end-of-record delimiter in PigStorage > -

[jira] Assigned: (PIG-813) Semantics of * and count

2009-07-08 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/PIG-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed reassigned PIG-813: - Assignee: Benjamin Reed > Semantics of * and count > > > Ke

[jira] Assigned: (PIG-822) Flatten semantics are unknown

2009-07-08 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/PIG-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed reassigned PIG-822: - Assignee: Benjamin Reed > Flatten semantics are unknown > - > >

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

2009-07-08 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/PIG-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed reopened PIG-812: --- Assignee: Benjamin Reed updating the docs to reflect this semantics. > COUNT(*) does not work >

[jira] Commented: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729028#action_12729028 ] Hadoop QA commented on PIG-792: --- -1 overall. Here are the results of testing the latest attachm

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

2009-07-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/116/changes Changes: [sms] PIG-851: PIG-851: Map type used as return type in UDFs not recognized at all times (zjffdu via sms) -- [...truncated 97422 lines...] [exec] [ju

Re: Is there any document about the JobControlCompiler

2009-07-08 Thread zhang jianfeng
Dmitriy , Thank you for your help. On Thu, Jul 9, 2009 at 9:34 AM, Dmitriy Ryaboy wrote: > Jeff, > Chris Olston answered this a while back: > > http://markmail.org/thread/xnwutstlftnyycxs > > (by the way, MarkMail is awesome for searching mailing list archives. > Highly > recommended.) > > Ther

Re: Is there any document about the JobControlCompiler

2009-07-08 Thread Dmitriy Ryaboy
Jeff, Chris Olston answered this a while back: http://markmail.org/thread/xnwutstlftnyycxs (by the way, MarkMail is awesome for searching mailing list archives. Highly recommended.) There are some changes that have to do with sampling and multi-store, but that email will give you the general ide

Is there any document about the JobControlCompiler

2009-07-08 Thread zhang jianfeng
Hi all, I found that the following script will be converted into 3 mapreduce jobs: A = *LOAD* '/user/zjffdu/input.txt' *USING* PigStorage(); B = *GROUP* A *BY* $0; B = *FOREACH* B *GENERATE* *group*,COUNT($1); B = *ORDER* B *BY* $1; *DUMP* B; I am very interested to know How Pig compile the

[jira] Commented: (PIG-851) Map type used as return type in UDFs not recognized at all times

2009-07-08 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728991#action_12728991 ] Santhosh Srinivasan commented on PIG-851: - Patch has been committed. Thanks for fixing

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Status: Patch Available (was: Open) > PERFORMANCE: Support skewed join in pig > -

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Attachment: skewedjoin.patch Removed all the javac warnings. All the unit tests seem to be pas

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Status: Open (was: Patch Available) > PERFORMANCE: Support skewed join in pig > -

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Attachment: (was: skewedjoin.patch) > PERFORMANCE: Support skewed join in pig > --

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

2009-07-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/115/changes Changes: [pradeepkth] PIG-820: additional fixes to original patch (Ashutosh Chauhan via pradeepkth) -- [...truncated 97511 lines...] [exec] [junit] 09/07/08 2

[jira] Commented: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728944#action_12728944 ] Hadoop QA commented on PIG-792: --- -1 overall. Here are the results of testing the latest attachm

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Status: Patch Available (was: Open) > PERFORMANCE: Support skewed join in pig > -

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Status: Open (was: Patch Available) > PERFORMANCE: Support skewed join in pig > -

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Attachment: skewedjoin.patch Merged from trunk and cleared all unit tests > PERFORMANCE: Supp

[jira] Updated: (PIG-792) PERFORMANCE: Support skewed join in pig

2009-07-08 Thread Sriranjan Manjunath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sriranjan Manjunath updated PIG-792: Attachment: (was: skewedjoin.patch) > PERFORMANCE: Support skewed join in pig > --

[jira] Created: (PIG-876) limit changes order of order-by to ascending

2009-07-08 Thread Thejas M Nair (JIRA)
limit changes order of order-by to ascending Key: PIG-876 URL: https://issues.apache.org/jira/browse/PIG-876 Project: Pig Issue Type: Bug Reporter: Thejas M Nair Assignee:

[jira] Created: (PIG-875) Making COUNT and AVG semantics SQL compliant

2009-07-08 Thread Olga Natkovich (JIRA)
Making COUNT and AVG semantics SQL compliant Key: PIG-875 URL: https://issues.apache.org/jira/browse/PIG-875 Project: Pig Issue Type: Bug Reporter: Olga Natkovich Assignee: