GitHub user pan3793 added a comment to the discussion: k8s环境下,会话用户USER级别共享情况下,多集群spark查询应该如何配置
add one additional config in `kyuubi-session-xx1.conf` ``` kyuubi.engine.share.level.subdomain=foo1 ``` and the same config in `kyuubi-session-xx2.conf` with a different value, e.g., `foo2` GitHub link: https://github.com/apache/kyuubi/discussions/7315#discussioncomment-15624245 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
