Depending on what your needs are, you should think about Snappy, lzo, lz4, bzip or gzip.
SET hive.exec.compress.output=true;
SET mapred.output.compression.type=BLOCK;
SET mapred.output.compression.codec=org.apache.hadoop.io.compress.SnappyCodec;
No comments:
Post a Comment