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 hiveserver2 pass the sql statement to get executed on execution engine. Can anybody tell me from which method it get passed and executed. My intention was to replicate hiveserver2 to run sql query on some other execution engine instead of default hive supported (Tez, spark and MR).
Regards, Srinivasan Hariharan +91-9940395830
