deadwind4 commented on issue #2153: URL: https://github.com/apache/incubator-kyuubi/issues/2153#issuecomment-1076312655
> > The `kyuuubi-default.conf `options like the following. > > ``` > > flink.client.option.jar foo.jar > > flink.client.option.library /foo/bar > > ``` > > 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 `--jar` and `--library` options defined by Flink CLI, if yes we'd better to introduce Kyuubi's style configurations instead of Flink's style to avoid potential conflict, e.g. > > ``` > kyuubi.session.engine.flink.jar > kyuubi.session.engine.flink.library > ``` I second with introducing Kyuubi's style configurations, but this has nothing to do with session. Could we design prefix is `kyuubi.engine.flink.`? ``` kyuubi.engine.flink.jar kyuubi.engine.flink.library ``` -- 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]
