You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Araceli Henley (Created) (JIRA)" <ji...@apache.org> on 2011/11/17 19:25:51 UTC

[jira] [Created] (PIG-2381) bzip store results in compressedStream error

bzip store results in compressedStream error
--------------------------------------------

                 Key: PIG-2381
                 URL: https://issues.apache.org/jira/browse/PIG-2381
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.10
         Environment: Hadoop 0.20.205.0.1.1110280215
Subversion git://hadoopre4.corp.sk1.yahoo.com/ on branch (no branch) -r 720349ac12dd3a3a99f53bfec8f750d7807db5f1
Compiled by hadoopqa on Fri Oct 28 02:49:39 PDT 2011

Apache Pig version 0.10.0.1111161341 (r1202891) 
compiled Nov 16 2011, 21:41:47

            Reporter: Araceli Henley
            Priority: Minor


test:

a = load '/user/user1/pig/tests/data/singlefile/studenttab10k' using PigStorage() as (name, age, gpa);
store a into '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
b = load '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
store b into '/user/user1/pig/out/user1.1321485718/Bzip_2.out';

This test passes on Pig 9, but it fails on Pig 10.
org.apache.pig.tools.grunt.GruntParser - ERROR 2997: Unable to recreate
exception from backed error: java.lang.RuntimeException: java.io.IOException:
compressedStream EOF


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (PIG-2381) bzip store results in compressedStream error

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

Olga Natkovich resolved PIG-2381.
---------------------------------

    Resolution: Duplicate

I did not notice this ticket and put a lot more details into PIG-2391.
                
> bzip store results in compressedStream error
> --------------------------------------------
>
>                 Key: PIG-2381
>                 URL: https://issues.apache.org/jira/browse/PIG-2381
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.10
>         Environment: Hadoop 0.20.205.0.1.1110280215
> Subversion git://hadoopre4.corp.sk1.yahoo.com/ on branch (no branch) -r 720349ac12dd3a3a99f53bfec8f750d7807db5f1
> Compiled by hadoopqa on Fri Oct 28 02:49:39 PDT 2011
> Apache Pig version 0.10.0.1111161341 (r1202891) 
> compiled Nov 16 2011, 21:41:47
>            Reporter: Araceli Henley
>            Priority: Minor
>
> test:
> a = load '/user/user1/pig/tests/data/singlefile/studenttab10k' using PigStorage() as (name, age, gpa);
> store a into '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
> b = load '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
> store b into '/user/user1/pig/out/user1.1321485718/Bzip_2.out';
> This test passes on Pig 9, but it fails on Pig 10 for "store b"
> org.apache.pig.tools.grunt.GruntParser - ERROR 2997: Unable to recreate
> exception from backed error: java.lang.RuntimeException: java.io.IOException:
> compressedStream EOF

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (PIG-2381) bzip store results in compressedStream error

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

Araceli Henley updated PIG-2381:
--------------------------------

    Description: 
test:

a = load '/user/user1/pig/tests/data/singlefile/studenttab10k' using PigStorage() as (name, age, gpa);
store a into '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
b = load '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
store b into '/user/user1/pig/out/user1.1321485718/Bzip_2.out';

This test passes on Pig 9, but it fails on Pig 10 for "store b"
org.apache.pig.tools.grunt.GruntParser - ERROR 2997: Unable to recreate
exception from backed error: java.lang.RuntimeException: java.io.IOException:
compressedStream EOF


  was:
test:

a = load '/user/user1/pig/tests/data/singlefile/studenttab10k' using PigStorage() as (name, age, gpa);
store a into '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
b = load '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
store b into '/user/user1/pig/out/user1.1321485718/Bzip_2.out';

This test passes on Pig 9, but it fails on Pig 10.
org.apache.pig.tools.grunt.GruntParser - ERROR 2997: Unable to recreate
exception from backed error: java.lang.RuntimeException: java.io.IOException:
compressedStream EOF


    
> bzip store results in compressedStream error
> --------------------------------------------
>
>                 Key: PIG-2381
>                 URL: https://issues.apache.org/jira/browse/PIG-2381
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.10
>         Environment: Hadoop 0.20.205.0.1.1110280215
> Subversion git://hadoopre4.corp.sk1.yahoo.com/ on branch (no branch) -r 720349ac12dd3a3a99f53bfec8f750d7807db5f1
> Compiled by hadoopqa on Fri Oct 28 02:49:39 PDT 2011
> Apache Pig version 0.10.0.1111161341 (r1202891) 
> compiled Nov 16 2011, 21:41:47
>            Reporter: Araceli Henley
>            Priority: Minor
>
> test:
> a = load '/user/user1/pig/tests/data/singlefile/studenttab10k' using PigStorage() as (name, age, gpa);
> store a into '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
> b = load '/user/user1/pig/out/user1.1321485718/Bzip_2.out.intermediate.bz';
> store b into '/user/user1/pig/out/user1.1321485718/Bzip_2.out';
> This test passes on Pig 9, but it fails on Pig 10 for "store b"
> org.apache.pig.tools.grunt.GruntParser - ERROR 2997: Unable to recreate
> exception from backed error: java.lang.RuntimeException: java.io.IOException:
> compressedStream EOF

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira