RussellSpitzer commented on issue #2176:
URL: https://github.com/apache/iceberg/issues/2176#issuecomment-769259075


   It is possible but you have specified connecting to a Hive Metastore 
instance, and the connection is failing, If you don't have one I would switch 
your catalog settings to
   
   ```
      .config("spark.sql.catalog.spark_catalog", 
"org.apache.iceberg.spark.SparkSessionCatalog")
      .config("spark.sql.catalog.spark_catalog.type", "hadoop")
      .config("spark.sql.catalog.spark_catalog.warehouse", "/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.

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