Added the patch to https://issues.apache.org/jira/browse/HBASE-3474
Not sure if this is the best implementation though. The packing / unpacking of compression algorithm names to a single configuration item looks hacky. Should Configuration class support querying by key patterns? In that case one could potentially have one config item per column famliy f1.hfile.compression, f2.hfile.compression etc. And retrieve all of them with *.hfile.compression. Thanks and regards, - Ashish On Wed, 26 Jan 2011 22:39:01 -0800 Stack <[email protected]> wrote: > On Wed, Jan 26, 2011 at 9:07 PM, Ashish Shinde <[email protected]> > wrote: > > Any chances the multi column family patch will make it to the trunk > > soon? > > > > Multifamily is already committed to TRUNK. Will appear in 0.92 HBase. > St.Ack
