[
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.