Add new properties to help and documentation
--------------------------------------------
Key: PIG-1585
URL: https://issues.apache.org/jira/browse/PIG-1585
Project: Pig
Issue Type: Bug
Reporter: Olga Natkovich
Assignee: Olga Natkovich
Fix For: 0.8.0
New properties:
Compression:
pig.tmpfilecompression, default to false, tells if the temporary files should
be compressed or not. If true, then
pig.tmpfilecompression.codec specifies which compression codec to use.
Currently, PIG only accepts "gz" and "lzo" as possible values. Since LZO is
under GPL license, Hadoop may need to be configured to use LZO codec. Please
refer to http://code.google.com/p/hadoop-gpl-compression/wiki/FAQ for details.
Combining small files:
pig.noSplitCombination - disables combining multiple small files to the block
size
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.