davidjdiebold opened a new issue, #4587: URL: https://github.com/apache/iceberg/issues/4587
Hello, I'm unable to create a table with iceberg using pyspark on a colab notebook, using spark 3.2. I have been relying on this tutorial https://iceberg.apache.org/docs/latest/getting-started/ Creating the table works pretty well when using spark-sql from bash. But I can't manage to create a working SparkConf that loads the jar correctly, I keep getting this error: "Cannot find catalog plugin class for catalog 'local': org.apache.iceberg.spark.SparkSessionCatalog" Any advice would be welcomed. Cheers! Link to my code: https://colab.research.google.com/drive/1pz4tdtRi4nhSBEMzI7c89jdFhHDYUQuE?usp=sharing -- 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]
