You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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
Code of Conduct
Search before asking
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.*
inkyuubi-default.conf
should be set to Flink configuration.kyuubi-default.conf
example:How should we improve?
I will filter all options with
flink.*
prefix to set intoflinkConf
in theFlinkSQLEngine
classAre you willing to submit PR?
The text was updated successfully, but these errors were encountered: