yabola commented on PR #14150:
URL: https://github.com/apache/iceberg/pull/14150#issuecomment-3317597216

   add config like this to support hive3:
   
   # for iceberg
   spark.sql.catalog.spark_catalog.catalog-load-jars 
/home/soft/apache-hive-3.1.3-bin/lib/*
   spark.sql.catalog.spark_catalog.hadoop.metastore.catalog.default  hive_test
   
   # for spark external hive catalog
   spark.sql.hive.metastore.jars  /home/soft/apache-hive-3.1.3-bin/lib/*
   spark.hadoop.metastore.catalog.default hive_test
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to