Skip to content

Commit

Permalink
Update spark-defaults.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Nov 11, 2024
1 parent b93d485 commit 8e4fc8a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/spark_deployment/spark-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ spark.hadoop.fs.s3a.bucket.all.committer.magic.enabled true

# Write and Format Configuration
spark.sql.parquet.compression.codec zstd
# spark.sql.parquet.mergeSchema true
spark.sql.parquet.filterPushdown true
spark.sql.hive.metastorePartitionPruning true
spark.sql.streaming.schemaInference true
Expand All @@ -52,7 +51,6 @@ spark.network.timeout 300s
# Transaction and Consistency
spark.sql.sources.default iceberg
spark.sql.extensions org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
# spark.sql.transaction.isolation.level SERIALIZABLE
spark.sql.hive.thriftServer.async true
spark.sql.hive.thriftServer.maxWorkerThreads 6
spark.sql.warehouse.dir s3a://dbt-spark-iceberg/github-integration-testing
Expand All @@ -63,4 +61,10 @@ spark.sql.catalog.glue.io-impl org.apache.iceberg.aws.s3.S3FileIO
spark.sql.defaultCatalog glue
spark.sql.catalog.glue.database dbt-spark-iceberg
spark.sql.extensions org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
spark.sql.iceberg.handle-timestamp-without-timezone true
spark.sql.iceberg.handle-timestamp-without-timezone true

spark.sql.iceberg.write.distribution-mode hash
spark.sql.iceberg.write.accept-any-schema true
spark.sql.iceberg.write.merge-schema true
spark.sql.iceberg.write.upsert.enabled true
spark.sql.iceberg.write.append.enabled true

0 comments on commit 8e4fc8a

Please sign in to comment.