pan3793 opened a new issue, #6253: URL: https://github.com/apache/kyuubi/issues/6253
### What's the level of this task? MEDIUM ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before creating - [X] I have searched in the [task list](https://github.com/orgs/apache/projects/343) and found no similar tasks. ### Mentor - [X] I have sufficient expertise on this task, and I volunteer to be a mentor of this task to guide contributors through the task. ### Skill requirements - Knowledge of Scala, Kyuubi architecture, Apache YARN ### Background and Goals Kyuubi supports running the Hive engine on YARN AM (Application Master) since 1.9.0, see https://github.com/apache/kyuubi/pull/5868 and https://github.com/apache/kyuubi/pull/6199, it removes the requirement of running engine process on Kyuubi Server's machine but moved to YARN cluster, just like Spark on YARN cluster mode and Flink YARN application mode. We'd like to see similar functionalities for the JDBC engine. ### Implementation steps Refer the Hive engine implementation to complete the code, test, CI, etc. ### Additional context Introduction of [2024H1 Kyuubi Code Contribution Program](https://github.com/apache/kyuubi/issues/6232) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
