A-little-bit-of-data commented on issue #6724: URL: https://github.com/apache/kyuubi/issues/6724#issuecomment-2413192596
> > it is no longer possible in 1.9.1 > > can you elaborate more? do you mean content after # will be sliently ignored? it may caused by your `shell`(`bash` or `sh`), try quote the JDBC URL by `'` or `"`. Yes, the content after # is commented out. The jdbc url I use is similar to this: /opt/kyuubi/bin/beeline -u 'jdbc:hive2://XXXX:2181/;kyuubi.engine.type=SPARK_SQL;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi' -n batch3 -p Is there any problem? -- 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-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org