You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Yan Zhou (JIRA)" <ji...@apache.org> on 2010/01/28 23:05:36 UTC

[jira] Created: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

[zebra] throws an exception if a descending "order by" by pig tries to to create such a table
---------------------------------------------------------------------------------------------

                 Key: PIG-1206
                 URL: https://issues.apache.org/jira/browse/PIG-1206
             Project: Pig
          Issue Type: Improvement
    Affects Versions: 0.6.0
            Reporter: Yan Zhou
             Fix For: 0.6.0


As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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


[jira] Updated: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

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

Yan Zhou updated PIG-1206:
--------------------------

    Assignee: Yan Zhou

> [zebra] throws an exception if a descending "order by" by pig tries to to create such a table
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-1206
>                 URL: https://issues.apache.org/jira/browse/PIG-1206
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.6.0
>
>
> As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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


[jira] Commented: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

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

Hadoop QA commented on PIG-1206:
--------------------------------

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

    +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-h7.grid.sp2.yahoo.net/185/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/185/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/185/console

This message is automatically generated.

> [zebra] throws an exception if a descending "order by" by pig tries to to create such a table
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-1206
>                 URL: https://issues.apache.org/jira/browse/PIG-1206
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.6.0
>
>         Attachments: PIG-1206.patch
>
>
> As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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


[jira] Updated: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

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

Yan Zhou updated PIG-1206:
--------------------------

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

Patch commited to the 0.6 branch.

> [zebra] throws an exception if a descending "order by" by pig tries to to create such a table
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-1206
>                 URL: https://issues.apache.org/jira/browse/PIG-1206
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.6.0
>
>         Attachments: PIG-1206.patch
>
>
> As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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


[jira] Updated: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

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

Yan Zhou updated PIG-1206:
--------------------------

    Attachment: PIG-1206.patch

> [zebra] throws an exception if a descending "order by" by pig tries to to create such a table
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-1206
>                 URL: https://issues.apache.org/jira/browse/PIG-1206
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.6.0
>
>         Attachments: PIG-1206.patch
>
>
> As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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


[jira] Commented: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

Posted by "Yan Zhou (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835051#action_12835051 ] 

Yan Zhou commented on PIG-1206:
-------------------------------

Patch committed to the load-store-redesign branch too.

> [zebra] throws an exception if a descending "order by" by pig tries to to create such a table
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-1206
>                 URL: https://issues.apache.org/jira/browse/PIG-1206
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.6.0
>
>         Attachments: PIG-1206.patch
>
>
> As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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


[jira] Updated: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

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

Yan Zhou updated PIG-1206:
--------------------------

    Status: Patch Available  (was: Open)

> [zebra] throws an exception if a descending "order by" by pig tries to to create such a table
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-1206
>                 URL: https://issues.apache.org/jira/browse/PIG-1206
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.6.0
>
>         Attachments: PIG-1206.patch
>
>
> As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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


[jira] Commented: (PIG-1206) [zebra] throws an exception if a descending "order by" by pig tries to to create such a table

Posted by "Gaurav Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829226#action_12829226 ] 

Gaurav Jain commented on PIG-1206:
----------------------------------


Zebra will treat a PIG descending order by clause as "un-ordered"

+1

> [zebra] throws an exception if a descending "order by" by pig tries to to create such a table
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-1206
>                 URL: https://issues.apache.org/jira/browse/PIG-1206
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>             Fix For: 0.6.0
>
>         Attachments: PIG-1206.patch
>
>
> As Zebra does not support descending sorted table, zebra will throw an exception at backend when TFile sortness check fails. It has been determined that a desirable behavoir is to store the data as unsorted after logging a warning,

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