You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Richard Ding (JIRA)" <ji...@apache.org> on 2010/08/03 02:37:17 UTC

[jira] Created: (PIG-1533) Compression codec should be a per-store property

Compression codec should be a per-store property
------------------------------------------------

                 Key: PIG-1533
                 URL: https://issues.apache.org/jira/browse/PIG-1533
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.7.0
            Reporter: Richard Ding
             Fix For: 0.8.0



The following script with multi-query optimization

{code}
a = load 'input';
store a into 'outout.bz2';
store a into 'outout2'
{code}

generates two .bz files, while only one of them should be compressed.


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


[jira] Commented: (PIG-1533) Compression codec should be a per-store property

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895744#action_12895744 ] 

Daniel Dai commented on PIG-1533:
---------------------------------

+1

> Compression codec should be a per-store property
> ------------------------------------------------
>
>                 Key: PIG-1533
>                 URL: https://issues.apache.org/jira/browse/PIG-1533
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1533.patch
>
>
> The following script with multi-query optimization
> {code}
> a = load 'input';
> store a into 'outout.bz2';
> store a into 'outout2'
> {code}
> generates two .bz files, while only one of them should be compressed.

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


[jira] Commented: (PIG-1533) Compression codec should be a per-store property

Posted by "Richard Ding (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895496#action_12895496 ] 

Richard Ding commented on PIG-1533:
-----------------------------------

Locally ran and passed core tests. 

> Compression codec should be a per-store property
> ------------------------------------------------
>
>                 Key: PIG-1533
>                 URL: https://issues.apache.org/jira/browse/PIG-1533
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1533.patch
>
>
> The following script with multi-query optimization
> {code}
> a = load 'input';
> store a into 'outout.bz2';
> store a into 'outout2'
> {code}
> generates two .bz files, while only one of them should be compressed.

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


[jira] Updated: (PIG-1533) Compression codec should be a per-store property

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

Richard Ding updated PIG-1533:
------------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

> Compression codec should be a per-store property
> ------------------------------------------------
>
>                 Key: PIG-1533
>                 URL: https://issues.apache.org/jira/browse/PIG-1533
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1533.patch
>
>
> The following script with multi-query optimization
> {code}
> a = load 'input';
> store a into 'outout.bz2';
> store a into 'outout2'
> {code}
> generates two .bz files, while only one of them should be compressed.

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


[jira] Updated: (PIG-1533) Compression codec should be a per-store property

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

Richard Ding updated PIG-1533:
------------------------------

    Status: Patch Available  (was: Open)

> Compression codec should be a per-store property
> ------------------------------------------------
>
>                 Key: PIG-1533
>                 URL: https://issues.apache.org/jira/browse/PIG-1533
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1533.patch
>
>
> The following script with multi-query optimization
> {code}
> a = load 'input';
> store a into 'outout.bz2';
> store a into 'outout2'
> {code}
> generates two .bz files, while only one of them should be compressed.

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


[jira] Commented: (PIG-1533) Compression codec should be a per-store property

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

Hadoop QA commented on PIG-1533:
--------------------------------

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

    +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 failed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

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

This message is automatically generated.

> Compression codec should be a per-store property
> ------------------------------------------------
>
>                 Key: PIG-1533
>                 URL: https://issues.apache.org/jira/browse/PIG-1533
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1533.patch
>
>
> The following script with multi-query optimization
> {code}
> a = load 'input';
> store a into 'outout.bz2';
> store a into 'outout2'
> {code}
> generates two .bz files, while only one of them should be compressed.

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


[jira] Assigned: (PIG-1533) Compression codec should be a per-store property

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

Richard Ding reassigned PIG-1533:
---------------------------------

    Assignee: Richard Ding

> Compression codec should be a per-store property
> ------------------------------------------------
>
>                 Key: PIG-1533
>                 URL: https://issues.apache.org/jira/browse/PIG-1533
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>
> The following script with multi-query optimization
> {code}
> a = load 'input';
> store a into 'outout.bz2';
> store a into 'outout2'
> {code}
> generates two .bz files, while only one of them should be compressed.

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


[jira] Updated: (PIG-1533) Compression codec should be a per-store property

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

Richard Ding updated PIG-1533:
------------------------------

    Attachment: PIG-1533.patch

> Compression codec should be a per-store property
> ------------------------------------------------
>
>                 Key: PIG-1533
>                 URL: https://issues.apache.org/jira/browse/PIG-1533
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1533.patch
>
>
> The following script with multi-query optimization
> {code}
> a = load 'input';
> store a into 'outout.bz2';
> store a into 'outout2'
> {code}
> generates two .bz files, while only one of them should be compressed.

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