XingChenBigData commented on issue #7088: URL: https://github.com/apache/kyuubi/issues/7088#issuecomment-2953508572
在配置文件/etc/kyuubi/conf/kyuubi-defaults.conf中,只有一部分生效的。 在命令行查看: SET spark.sql.extensions; 生效 SET spark.sql.catalog.kyuubi_mixed_iceberg_catalog; 没有生效 SET spark.sql.catalog.kyuubi_mixed_iceberg_catalog.url; 没有生效 在命令行设置: SET spark.sql.catalog.kyuubi_mixed_iceberg_catalog = org.apache.amoro.spark.MixedFormatSparkCatalog; SET spark.sql.catalog.kyuubi_mixed_iceberg_catalog.url = thrift://127.0.0.1:1260/kyuubi_mixed_iceberg_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