pan3793 commented on issue #3032: URL: https://github.com/apache/incubator-kyuubi/issues/3032#issuecomment-1179771646
> this would be my first commit to kyuubi project, so guide me here :) Yes, of course. > By configurable you mean that a user can override that value in kyuubi-defaults.conf via some parameter? Yes. To achieve this, you should add the configurations(they should be named as `kyuubi.server.cli.dbms.name` and `kyuubi.server.cli.dbms.ver` or something) in `KyuubiConf`, and refer to them in `AbstractSession#getInfo`, then we can configure them in `kyuubi-defaults.conf` For documents, you can add a new page in the folder `docs/quick_start` and follow the https://kyuubi.readthedocs.io/en/latest/develop_tools/build_document.html to build and preview the document site in local -- 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]
