You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "pan3793 (via GitHub)" <gi...@apache.org> on 2023/02/16 04:09:39 UTC

[GitHub] [kyuubi] pan3793 commented on a diff in pull request #3374: Support password authentication for trino engine

pan3793 commented on code in PR #3374:
URL: https://github.com/apache/kyuubi/pull/3374#discussion_r1107983865


##########
docs/deployment/settings.md:
##########
@@ -456,6 +456,13 @@ kyuubi.session.engine.startup.error.max.size|8192|During engine bootstrapping, i
 kyuubi.session.engine.startup.maxLogLines|10|The maximum number of engine log lines when errors occur during engine startup phase. Note that this max lines is for client-side to help track engine startup issue.|int|1.4.0
 kyuubi.session.engine.startup.waitCompletion|true|Whether to wait for completion after engine starts. If false, the startup process will be destroyed after the engine is started. Note that only use it when the driver is not running locally, such as yarn-cluster mode; Otherwise, the engine will be killed.|boolean|1.5.0
 kyuubi.session.engine.trino.connection.catalog|&lt;undefined&gt;|The default catalog that trino engine will connect to|string|1.5.0
+kyuubi.session.engine.trino.connection.keystore.password|&lt;undefined&gt;|The keystore password used for connecting to trino cluster|string|1.7.0

Review Comment:
   We should update the existing configurations to make them consistent, and maybe we can remove `connection.` as well?
   
   ```
       buildConf("kyuubi.engine.trino.url")
         .version("1.6.0")
         .withAlternative("kyuubi.session.engine.trino.connection.url")
         .stringConf
         .createOptional
   ```



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org