Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.8.1, 0.9.1
-
None
-
None
-
None
Description
Utils.tmpFileCompressionCodec() hard-codes support for only "gz" and "lzo" compression. Since support for snappy was added in HADOOP-7206, it would be nice to allow this codec as well.
A future-proof solution to this problem might let the user provide a full classname (like in the hadoop settings) or the short-hand, in case the short-hand doesn't exist for a given codec.
Attachments
Issue Links
- is blocked by
-
HADOOP-7990 TFile to allow Snappy compression
- Open