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.