Skip to content

Commit

Permalink
Use type instead (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Nov 8, 2023
1 parent e2d02f2 commit ce07904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/spark-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Example:
spark.sql.extensions org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
spark.sql.catalog.demo org.apache.iceberg.spark.SparkCatalog
spark.sql.catalog.demo.catalog-impl org.apache.iceberg.rest.RESTCatalog
spark.sql.catalog.demo.type rest
spark.sql.catalog.demo.uri http://rest:8181
spark.sql.catalog.demo.io-impl org.apache.iceberg.aws.s3.S3FileIO
spark.sql.catalog.demo.warehouse s3://warehouse/wh/
Expand Down

0 comments on commit ce07904

Please sign in to comment.