You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2009/11/25 02:02:39 UTC

[jira] Created: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

COUNT_STAR accumulate interface implementation cases failure
------------------------------------------------------------

                 Key: PIG-1105
                 URL: https://issues.apache.org/jira/browse/PIG-1105
             Project: Pig
          Issue Type: Bug
          Components: impl
            Reporter: Thejas M Nair


COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Attachment: PIG-1105.2.patch

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Thejas M Nair (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thejas M Nair updated PIG-1105:
-------------------------------

    Attachment: PIG-1105.1.patch

Test case needs to be added to this patch. 

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>         Attachments: PIG-1105.1.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786430#action_12786430 ] 

Hadoop QA commented on PIG-1105:
--------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12427014/PIG-1105.2.patch
  against trunk revision 887401.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/96/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/96/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/96/console

This message is automatically generated.

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Attachment: PIG-1105.2.patch

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Attachment: PIG-1105.patch

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Status: Patch Available  (was: Open)

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Attachment:     (was: PIG-1105.2.patch)

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Status: Open  (was: Patch Available)

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-1105:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

committed patch to trunk an 0.6 branch. Thanks, Thejas and Sri.

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786031#action_12786031 ] 

Hadoop QA commented on PIG-1105:
--------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12426887/PIG-1105.patch
  against trunk revision 887290.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/91/console

This message is automatically generated.

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich reassigned PIG-1105:
-----------------------------------

    Assignee: Sriranjan Manjunath

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>         Attachments: PIG-1105.1.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-1105:
--------------------------------

    Fix Version/s: 0.6.0

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Thejas M Nair (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782259#action_12782259 ] 

Thejas M Nair commented on PIG-1105:
------------------------------------

Stack trace from failed job -

org.apache.pig.backend.executionengine.ExecException: ERROR 2106: Error while computing min in COUNT_STAR
        at org.apache.pig.builtin.COUNT_STAR.accumulate(COUNT_STAR.java:145)
        at org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:204)
        at org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:293)
        at org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach.processPlan(POForEach.java:358)
        at org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach.getNext(POForEach.java:277)
        at org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator.processInput(PhysicalOperator.java:260)
        at org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POForEach.getNext(POForEach.java:237)
        at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce$Reduce.runPipeline(PigMapReduce.java:423)
        at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce$Reduce.processOnePackageOutput(PigMapReduce.java:391)
        at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce$Reduce.reduce(PigMapReduce.java:371)
        at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigMapReduce$Reduce.reduce(PigMapReduce.java:239)
        at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:463)
        at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411)
        at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:215)
Caused by: java.lang.RuntimeException: AccumulativeBag does not support size() operation
        at org.apache.pig.data.AccumulativeBag.size(AccumulativeBag.java:71)
        at org.apache.pig.builtin.COUNT_STAR.accumulate(COUNT_STAR.java:139)
        ... 13 more


> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Status: Patch Available  (was: Open)

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Attachment:     (was: PIG-1105.patch)

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Status: Open  (was: Patch Available)

Cancelling since the patch does not have all the changes.

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-1105) COUNT_STAR accumulate interface implementation cases failure

Posted by "Sriranjan Manjunath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sriranjan Manjunath updated PIG-1105:
-------------------------------------

    Status: Patch Available  (was: Open)

> COUNT_STAR accumulate interface implementation cases failure
> ------------------------------------------------------------
>
>                 Key: PIG-1105
>                 URL: https://issues.apache.org/jira/browse/PIG-1105
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Thejas M Nair
>            Assignee: Sriranjan Manjunath
>             Fix For: 0.6.0
>
>         Attachments: PIG-1105.1.patch, PIG-1105.2.patch
>
>
> COUNT_STAR.accumulate is calling sum() which is supposed to be used by intermediate and final parts of algebraic interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.