The resulted files are empty when BinaryStorage optimization is used
--------------------------------------------------------------------
Key: PIG-191
URL: https://issues.apache.org/jira/browse/PIG-191
Project: Pig
Issue Type: Bug
Reporter: Xu Zhang
With the following Pig script, I would expect results_39 to contain the binary
content of PigLoggingTest, but actually results_39 contains several empty
files. BinaryReadWrite.pl in this case simply reads in the binary file
PigLoggingTest from STDIN and then output to STDOUT in binary.
{code}
A = load '/user/xu/test/PigLoggingTest' split by 'file';
B = stream A through `BinaryReadWrite.pl -o t`;
store B into 'results_39';
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.