deadwind4 opened a new issue #2153: URL: https://github.com/apache/incubator-kyuubi/issues/2153
### 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?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? The following issue only achieves `FlinkSQLEngine` process, but users have no way to set `--jar` and `--library` options in Kyuubi. We should achieve this in `KyuubiServer` process too. https://github.com/apache/incubator-kyuubi/issues/1685 https://github.com/SteNicholas/incubator-kyuubi/commit/dd5a704342334feb24eae981d184943f618dd228 We can put `--jar` and `--library` options in `kyuuubi-default.conf`, and KyuubiServer load these options. ### How should we improve? `KyuubiServer` process loads the Flink `SQL Client startup options` in `kyuuubi-default.conf`. And then `KyuubiServer` transforms the options to standard Flink `SQL Client startup options` and passes them to `flink-sql-engine.sh` when the `flink-sql-engine.sh` process will be started. The `kyuuubi-default.conf `options like the following. ``` flink.client.option.jar foo.jar flink.client.option.library /foo/bar ``` Now `flink-sql-engine.sh` startup options are nothing, so users can't set any options. ### Are you willing to submit PR? - [X] 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
