badbye commented on issue #3409: URL: https://github.com/apache/kyuubi/issues/3409#issuecomment-1486197997
> ``` > Get service instance:21.25.1.59:45625 and version:Some(1.6.1-incubating) under /kyuubi_1.6.1-incubating_USER_SPARK_SQL/test/default > ``` > > Does ADB Spark allow Kyuubi Server to access the Driver through IP directly? No, the Kyuubi server can not access this IP, I'll try to fix it. I see, so I guess the whole workflow is: 1. Kyuubi server requests a spark session from the zookeeper, if no, start a Spark session vis spark-submit 2. after the spark session started, it register itself in the zookeeper 3. Kyuubi server finds spark session from zookeeper, tries to connect to the session directly -- 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]
