HFileOutputFormat to use column family's compression algorithm
--------------------------------------------------------------

                 Key: HBASE-3474
                 URL: https://issues.apache.org/jira/browse/HBASE-3474
             Project: HBase
          Issue Type: Improvement
          Components: mapreduce
    Affects Versions: 0.90.0
         Environment: All
            Reporter: Ashish Shinde


HFileOutputFormat  currently creates HFile writer's using a compression 
algorithm set as configuration "hbase.hregion.max.filesize" with default as no 
compression. The code does not take into account the compression algorithm 
configured for the table's column family.  As a result bulk uploaded tables are 
not compressed until a major compaction is run on them. This could be fixed by 
using the column family descriptors while creating HFile writers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to