For the smallScanner feature, I implemented a CQD.
I defaulted it to ‘OFF’, but it can take ‘SYSTEM’ and ‘ON’. When I do: Control query default hbase_small_scanner ‘SYSTEM’; And I check with: Showcontrol defaults; I get HBASE_SMALL_SCANNER OFF; When I do: Control query default hbase_small_scanner ‘ON’; And I check with : Showcontrol defaults; I correctly get HBASE_SMALL_SCANNER ON; Is there an obvious reason why this is happening or should I debug the code to understand why? Eric
