Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUB-TASK][KPIP-2] Support setting Flink configuration by setting kyuubi-default.conf #2203

Closed
3 tasks done
a49a opened this issue Mar 23, 2022 · 0 comments
Closed
3 tasks done
Assignees

Comments

@a49a
Copy link
Contributor

a49a commented Mar 23, 2022

Code of Conduct

Search before asking

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

What would you like to be improved?

As this comment #2153 (comment), we set Flink options only use JDBC URL and set flink-conf.yaml. We should support kyuubi-default.conf.
All prefix flink.* in kyuubi-default.conf should be set to Flink configuration.

kyuubi-default.conf example:

flink.parallelism.default: 12

How should we improve?

I will filter all options with flink.* prefix to set into flinkConf in the FlinkSQLEngine class

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@a49a a49a changed the title [SUBTASK][KPIP-2] Support set Flink by setting kyuubi-default.conf [SUBTASK][KPIP-2] Support setting Flink configuration by setting kyuubi-default.conf Mar 23, 2022
@a49a a49a changed the title [SUBTASK][KPIP-2] Support setting Flink configuration by setting kyuubi-default.conf [SUB-TASK][KPIP-2] Support setting Flink configuration by setting kyuubi-default.conf Mar 23, 2022
a49a added a commit to a49a/kyuubi that referenced this issue Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant