pan3793 commented on issue #2153:
URL: 
https://github.com/apache/incubator-kyuubi/issues/2153#issuecomment-1073015017


   > 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
   ```
   
   


-- 
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]

Reply via email to