ravidborse commented on issue #10946: URL: https://github.com/apache/iceberg/issues/10946#issuecomment-2291339441
@nastra .. Thanks it worked finally ``` ./bin/spark-sql -v --packages org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.5.2,org.apache.iceberg:iceberg-aws-bundle:1.5.2,software.amazon.awssdk:url-connection-client:2.27.4,org.postgresql:postgresql:42.3.1 \ --conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions \ --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkCatalog \ --conf spark.sql.catalog.my_catalog.warehouse=s3://iceberg-bucket \ --conf spark.sql.catalog.my_catalog.client.region=us-east-1 \ --conf spark.sql.catalog.my_catalog.io-impl=org.apache.iceberg.aws.s3.S3FileIO \ --conf spark.sql.catalog.my_catalog.s3.endpoint=http://localhost:9000 \ --conf spark.sql.catalog.my_catalog.s3.access-key-id=minioadmin \ --conf spark.sql.catalog.my_catalog.s3.secret-access-key=minioadmin \ --conf spark.sql.catalog.my_catalog.catalog-impl=org.apache.iceberg.jdbc.JdbcCatalog \ --conf spark.sql.catalog.my_catalog.uri=jdbc:postgresql://127.0.0.1:5432/iceberg \ --conf spark.sql.catalog.my_catalog.jdbc.user=iceberg \ --conf spark.sql.catalog.my_catalog.jdbc.password=XXXXXX \ --conf spark.sql.defaultCatalog=my_catalog \ --conf spark.sql.catalogImplementation=in-memory \ --conf spark.sql.catalog.my_catalog.s3.path-style-access=true ``` Can I Close it ?? -- 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