Re: Enable Bloomfilter on HFile

2011-03-15 Thread Lars George
Hi Alex, This was added in https://issues.apache.org/jira/browse/HBASE-1200 affecting 0.90 and later only. But this is an interesting question, the bulk import using HFOF can handle compression, but not bloom filters. If you have bloom fliters enables then compactions will add them, but it may ma

Enable Bloomfilter on HFile

2011-03-15 Thread Nanheng Wu
Hi, I am bulk loading data into HBase using a MR job with HFileOutput format, the data is read-only once it's loaded. Is it possible to still enable Bloomfilter? I am guessing no, since it needs to be written as part of the HFile and at least for Hbase-0.20.6 I don't see such option. Is my assumpt