XingChenBigData commented on issue #7088:
URL: https://github.com/apache/kyuubi/issues/7088#issuecomment-2953562348

   Amoro 服务运行在 Master 节点,但通过 127.0.0.1 仅在本地可访问,导致 Worker 节点连接失败​​。
   server-expose-host: "127.0.0.1"  # 仅限本地访问
   
   ams:
     server-bind-host: "0.0.0.0"    # 保持监听所有接口 ✓
     server-expose-host: "hadoop-master1.orb.local"  # 修正为集群可达地址 ↓
     # 或使用IP: "172.18.0.4"
   
   
   # 使用域名方案
   
spark.sql.catalog.mixed_catalog.url=thrift://hadoop-master1.orb.local:1260/mixed_catalog
   
   # 或使用IP方案
   spark.sql.catalog.mixed_catalog.url=thrift://172.18.0.4:1260/mixed_catalog


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

Reply via email to