yaooqinn opened a new issue #2010: URL: https://github.com/apache/incubator-kyuubi/issues/2010
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues) and found no similar issues. ### Describe the proposal Add Hive Backend Engine Support Implementing an hive engine is very easy, we - use our owner FE for RPCs and BE for scheduling operations, the operations can be easily delegated to hive ones ### Task list - Engine Runtime - [ ] HiveSQLEngine with execute statement support - [ ] GetCatalog Operation - [ ] GetSchemas Operation - [ ] GetTables Operation - [ ] GetColumns Operation - [ ] GetFunctions Operation - [ ] GetTableTypes Operation - [ ] new APIs with hive-service-rpc 3.1.2 - Server Integration - [ ] maven-google-downloader plugin support for hive distribution - [ ] Shade HiveSQLEngine runtime - [ ] ProcBuilder for HiveEngine - [ ] Support HiveSQLEngine instance on YARN cluster - [ ] Support HiveSQLEngine instance on k8s cluster - [ ] Support Multiple Hive releases - Documentation - Others - Events support - Operation Logs - ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
