badbye commented on issue #3409: URL: https://github.com/apache/kyuubi/issues/3409#issuecomment-1485063573
> Have a quick look at the doc, I think Kyuubi should work out-of-box w/ MaxCompute, but not Glue. Since Kyuubi uses `spark-submit` to create spark engine app, technically, you can deploy Kyuubi in any environment as long as there is a runnable `spark-submit`(requires Spark 3.x) under `$SPARK_HOME/bin` I'm trying to run Kyuubi with [Adb spark](https://help.aliyun.com/document_detail/471602.html) (it is similar to MaxCompute Spark), I got this error in Adb Spark: > at org.apache.kyuubi.shade.org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060) 23/03/27 20:46:27 ERROR ConnectionState: Connection timed out for connection string (beijing-datascience-dev-01:2181) I'm using a standalone Kyuubi which has an EmbeddedZookeeper service, so the question is how to set the connection string of zookeeper to be the `ip:port` format instead of `hostname:port`? since the remote spark server does not know my hostname. I've tried set [kyuubi.zookeeper.embedded.client.port.address](https://kyuubi.readthedocs.io/en/v1.6.1-incubating/deployment/settings.html#zookeeper) to be the public IP, it does not work. -- 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]
