XingChenBigData commented on issue #3603:
URL: https://github.com/apache/amoro/issues/3603#issuecomment-2954451832

   #应用 Spark Extensions 
   spark.sql.extensions=org.apache.amoro.spark.MixedFormatSparkExtensions
   #配置 Amoro Catalog
   spark.sql.defaultCatalog=mixed_catalog         
   
spark.sql.catalog.mixed_catalog=org.apache.amoro.spark.MixedFormatSparkCatalog
   spark.sql.catalog.mixed_catalog.url=thrift://172.18.0.4:1260/mixed_catalog
                                                                      
   #第二个catalog    
   
spark.sql.catalog.kyuubi_mixed_iceberg_catalog=org.apache.amoro.spark.MixedFormatSparkCatalog
   
spark.sql.catalog.kyuubi_mixed_iceberg_catalog.url=thrift://172.18.0.4: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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to