XAZAD commented on issue #6172:
URL: https://github.com/apache/iceberg/issues/6172#issuecomment-1311380547

   As a mentioned before catalogs are configured and working properly
   
   `{ "hive.metastore.uris": "thrift://*****",
   "iceberg.engine.hive.enabled": "true",
   "spark.sql.extensions": 
"org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions", 
   "spark.sql.catalog.ice.uri": "thrift://*****", 
   "spark.sql.catalog.ice": "org.apache.iceberg.spark.SparkCatalog",
    "spark.sql.catalog.ice.type": "hive" }`
   
    on both cases I'm able to read and write to catalog tables with spark.table 
and spark.writeTo
   
   Also in the first case  
   
   `
   
   Spark3Util.loadIcebergTable(spark,"ice.someDb.someSchema")
   
   `
   Works fine and as a precheck I can see table schema with:
   
   `
   IcebergTable.schema.asStruct.fields())
   `
   


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