apache/kyuubi

[Improvement] Provide Kyuubi configuration properties with cli options

dnskr opened this issue · 0 comments

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

I propose to add support for --conf options to Kyuubi similar to Spark and kyuubi-beeline. It would be useful for users and operational experience to be able to provide configuration properties with cli options in addition to config files.

How should we improve?

Configuration provided via cli option should have higher priority over config files. For instance, the following command should launch Kyuubi with kyuubi.frontend.rest.bind.port equal to 9999:

kyuubi run --conf “kyuubi.frontend.rest.bind.port=9999”

Are you willing to submit PR?

  • Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
  • No. I cannot submit a PR at this time.