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

   #编辑kyuubi配置文件,增加下面内容
   #vi /etc/kyuubi/conf/kyuubi-defaults.conf
   spark.sql.defaultCatalog=amoro_external_catalog_for_iceberg
   
spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
   spark.sql.catalog.spark_catalog=org.apache.iceberg.spark.SparkSessionCatalog
   spark.sql.catalog.spark_catalog.type=hive
   
spark.sql.catalog.amoro_external_catalog_for_iceberg=org.apache.iceberg.spark.SparkCatalog
   spark.sql.catalog.local.type=hive
   spark.sql.catalog.local.uri=thrift://hadoop-master1.orb.local:9083
   
spark.sql.catalog.amoro_external_catalog_for_iceberg.warehouse=hdfs://hadoop-master1.orb.local:8020/warehouse


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