-
Notifications
You must be signed in to change notification settings - Fork 924
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 Flink SQL Client startup options. #2153
Comments
The FlinkSQLEngine process life is inconsistent with Session. One FlinkSQLEngine process corresponds to multiple sessions. So |
From Flink document, Flink support |
Give some comments based on my little understand of Flink, please correct me if I'm wrong. There is no equality configuration in Flink of
|
BTW, I think we can modify this line to support overwriting Flink configuration by |
I spilled a new issue, I will achieve this first. |
I second with introducing Kyuubi's style configurations, but this has nothing to do with session. Could we design prefix is
|
Code of Conduct
Search before asking
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 inKyuubiServer
process too.#1685
SteNicholas@dd5a704
We can put
--jar
and--library
options inkyuuubi-default.conf
, andKyuubiServer
process load these options.How should we improve?
KyuubiServer
process loads the FlinkSQL Client startup options
inkyuuubi-default.conf
. And thenKyuubiServer
transforms the options to standard FlinkSQL Client startup options
and passes them toflink-sql-engine.sh
when theflink-sql-engine.sh
process will be started.The
kyuuubi-default.conf
options like the following.Now
flink-sql-engine.sh
startup options are nothing, so users can't set any options.Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: