I think this is the expected behavior. When the option is system, it takes
the default value(internally referred as default defaults). The default
value can be changed by setting the CQD in the default table.

Selva

-----Original Message-----
From: Eric Owhadi [mailto:[email protected]]
Sent: Friday, August 7, 2015 10:10 AM
To: [email protected]
Subject: not sure about behavior of CQD?
The
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

Reply via email to