Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 4.2.0
-
Fix Version/s: None
-
Component/s: con.hbase
-
Labels:None
Description
Add support for hbase thrift server compact protocol. Make sure to get this property from abase-site.xml:
_CNF_HBASE_REGIONSERVER_COMPACT = 'hbase.regionserver.thrift.compact'
def get_thrift_compact():
return get_conf().get(_CNF_HBASE_REGIONSERVER_COMPACT, 'FALSE').upper()