[
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