liugs0213 commented on issue #11440:
URL: https://github.com/apache/iceberg/issues/11440#issuecomment-2449366516

   > @liugs0213 that most likely means that your catalog isn't an actual 
`ViewCatalog` (it doesn't implement org.apache.iceberg.catalog.ViewCatalog). 
Can you share your catalog configuration please?
   
   <img width="1177" alt="image" 
src="https://github.com/user-attachments/assets/9382bd5d-5840-480b-ac4a-591064364c40";>
   
   `spark-sql   --jars 
iceberg-spark-runtime-3.4_2.12-1.6.1.jar,/opt/jars/aws-java-sdk-bundle-1.11.271.jar,/opt/jars/url-connection-client-2.15.40.jar,/opt/jars/hadoop-aws-3.3.1.jar
   
   --conf 
spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
 
     --conf spark.sql.catalog.s3_catalog=org.apache.iceberg.spark.SparkCatalog  
 
     --conf spark.sql.catalog.s3_catalog.type=hadoop   
     --conf spark.hadoop.fs.s3a.access.key=*****  
     --conf spark.hadoop.fs.s3a.secret.key=****  
     --conf spark.hadoop.fs.s3a.endpoint=****
     --conf 
spark.sql.catalog.s3_catalog.warehouse=s3a://dataset-update-test/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.

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