Hi,
I am I process of analyzing hiveserver2 code to identify how the hiveserver 2
executes the query and returns back the result. There are two classes
CliService.java nad SQLOperation.Java which has executeStatement,
executeStatementSync and runQuery respectively. From one of these methods
hi
Hi,
Does Hive supports extended CBO options like cpu,io only for tez execution.
When I See the HIveDefaultCostModel class
(https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/cost/HiveDefaultCostModel.java)
all cost has been made to zero Cost. Whe
Hi,
We want to leverage Hive calcite module to find the query cost without
executing the complete query. I have gone through the code of the calcite module
https://github.com/apache/hive/tree/branch-2.0/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite
Can anyone help how we can get the