You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/28 17:46:00 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #2176: Running iceberg with spark 3 in local mode

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org