Yes. These are hadoop properties - using "set" is just a way for Pig to set those properties in your job conf.
On Mon, Apr 30, 2012 at 5:25 PM, Mohit Anchlia <mohitanch...@gmail.com>wrote: > Is there a way to compress map only jobs to compress map output that gets > stored on hdfs as part-m-* files? In pig I used : > > Would these work form plain map reduce jobs as well? > > > set output.compression.enabled true; > > set output.compression.codec org.apache.hadoop.io.compress.SnappyCodec; >