[ https://issues.apache.org/jira/browse/PIG-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905323#action_12905323 ]
Olga Natkovich commented on PIG-1585: ------------------------------------- Since this is just a minor cosmetic patch, I am just planning to commit the changes to both the branch and the trunk without tests and review. > 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 > > Attachments: PIG-1585.patch > > > 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.