A-little-bit-of-data commented on issue #6724:
URL: https://github.com/apache/kyuubi/issues/6724#issuecomment-2413197507

   > this should not work.
   > 
   > ```
   > 
jdbc:hive2://XXXX:2181/;kyuubi.engine.type=SPARK_SQL;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi
   > ```
   > 
   > this should work.
   > 
   > ```
   > 
jdbc:hive2://XXXX:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi#kyuubi.engine.type=SPARK_SQL
   > ```
   
   
   You are right. I changed it back according to the document. However, when 
using this 
jdbc:hive2://XXXX:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi#kyuubi.engine.type=TRINO,
 it still uses the sparksql engine by default and does not start a trino engine.


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