rlcyf commented on issue #2260:
URL: https://github.com/apache/iceberg/issues/2260#issuecomment-784276498


   > > > new Object[] { "testhive", SparkCatalog.class.getName(), 
ImmutableMap.of(
   > > > "type", "hive",
   > > > "default-namespace", "default"
   > > > )},
   > > 
   > > 
   > > how to use this config! can u give a full example?
   > 
   > I am not too familiar with spark, but I expect that this should be 
something like this:
   > 
   > ```
   > bin/spark-sql
   > --conf 
spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
   > --conf spark.sql.catalog.test=org.apache.iceberg.spark.SparkCatalog
   > --conf spark.sql.catalog.test.type=hive
   > ```
   
   ths!
   I configured it like this!Still report that warning.


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

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