XingChenBigData commented on issue #7088: URL: https://github.com/apache/kyuubi/issues/7088#issuecomment-2953505425
AMS_HOST=127.0.0.1 AMS_PORT=1260 AMS_CATALOG_NAME=kyuubi_mixed_iceberg_catalog ${SPARK_HOME}/bin/spark-sql \ --conf spark.sql.extensions=org.apache.amoro.spark.MixedFormatSparkExtensions \ --conf spark.sql.catalog.${AMS_CATALOG_NAME}=org.apache.amoro.spark.MixedFormatSparkCatalog \ --conf spark.sql.catalog.${AMS_CATALOG_NAME}.url=thrift://${AMS_HOST}:${AMS_PORT}/${AMS_CATALOG_NAME} vi /etc/kyuubi/conf/kyuubi-defaults.conf /opt/kyuubi/bin/kyuubi restart # 应用 Spark Extensions spark.sql.extensions = org.apache.amoro.spark.MixedFormatSparkExtensions # 配置 Amoro Catalog spark.sql.catalog.kyuubi_mixed_iceberg_catalog = org.apache.amoro.spark.MixedFormatSparkCatalog 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