Discussion about this post

User's avatar
Therawness's avatar

Excellent breakdown

Expand full comment
Prabhath's avatar

Creating namespace was successful...

spark.sql(" CREATE NAMESPACE IF NOT EXISTS s3tablesbucket.test_namespace")

But when I create table...

spark.sql(" CREATE TABLE IF NOT EXISTS s3tablesbucket.test_namespace.test_table( id INT, name STRING, value INT ) USING iceberg")

getting below error...

py4j.protocol.Py4JJavaError: An error occurred while calling o34.sql.

: java.lang.NoClassDefFoundError: software/amazon/awssdk/services/s3/model/S3Exception

at software.amazon.s3tables.iceberg.S3TablesCatalogOperations.initializeFileIO(S3TablesCatalogOperations.java:111)

Could u pls suggest?

Expand full comment
8 more comments...

No posts