Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
Description
git.commit.id.abbrev=711cc2f
When hbase.scan.sizecalculator.enabled is set to false, majority of hbase queries fail to run. When I set the parameter to "true", all of the hbase queries run successfully. Below is an example of a failed query:
select stddev(cast(twocf['age'] as integer)) from voter where twocf['age'] > 30;
Query failed: Failure while setting up query. null [c7aa35a4-3742-4e58-872e-c583d8c5c79e]
Error: exception while executing query: Failure while trying to get next result batch. (state=,code=0)