[ 
https://issues.apache.org/jira/browse/HBASE-8773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13690129#comment-13690129
 ] 

jay wong commented on HBASE-8773:
---------------------------------

[~anoop.hbase] yes. it because of that when i want create some HFiles with M/R. 
and the table just use LZO compression. but the jobtracker server just don't 
have LZO lib. then the M/R couldn't run.
so I want write the HFile with no compression. 

and when the hfile compact. It also be used LZO compression.
                
> Can be setup the COMPRESSION base on HTable in meta or user set in 
> Configuration
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-8773
>                 URL: https://issues.apache.org/jira/browse/HBASE-8773
>             Project: HBase
>          Issue Type: New Feature
>          Components: HFile
>    Affects Versions: 0.94.8
>            Reporter: jay wong
>             Fix For: 0.94.9
>
>         Attachments: HBASE-8773.patch
>
>
> when I want create HFile with the ImportTsv. I found that if i set the 
> compression in the Configuration or not, It's always invalid。
> It because of the method 'configureIncrementalLoad' in HFileOutputFormat will 
> set the compression with the HTable in meta. So if add a configuration to 
> switch use set compression with HTable or Not

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to