manabian- commented on issue #10889:
URL: https://github.com/apache/iceberg/issues/10889#issuecomment-2695930115

   I resolved the following error on clusters configured with access mode set 
to "No isolation shared":
   
   > 
[[UC_DATASOURCE_NOT_SUPPORTED](https://docs.databricks.com/error-messages/error-classes.html#uc_datasource_not_supported)](https://docs.databricks.com/error-messages/error-classes.html#uc_datasource_not_supported):
 Data source format "iceberg" is not supported in Unity Catalog.
   
   
![Image](https://github.com/user-attachments/assets/322228e4-9dfa-40f6-8846-56083eab812c)
   
   For writing and reading Apache Iceberg tables on Databricks, we found that 
the following settings are effective:
   
   - Use Databricks Runtime version 12.2 LTS or earlier.
   - Set the access mode to "No isolation shared" (i.e., Unity Catalog disabled 
mode).
   - Use an Iceberg library compatible with Java 8 (e.g., Iceberg versions 
earlier than 1.6.1).
   - Configure the required Iceberg settings in the Spark configuration.
   
   For reading Apache Iceberg tables on Databricks (without write capability), 
the following settings are effective:
   
   - Use Databricks Runtime version 16.0 or later.
   - Set the access mode to "No isolation shared" (i.e., Unity Catalog disabled 
mode).
   - Configure the required Iceberg settings in the Spark configuration.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to