Skip to content

Commit

Permalink
add hadoop package
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnro314 committed Jul 13, 2023
1 parent 147e3f6 commit d7101ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main():
spark_config.set("spark.hadoop.fs.s3a.access.key", lakefs_access_key)
spark_config.set("spark.hadoop.fs.s3a.secret.key", lakefs_secret_key)
spark_config.set("spark.hadoop.fs.s3a.path.style.access", "true")
spark_config.set("spark.jars.packages", "io.lakefs:lakefs-iceberg:1.0-SNAPSHOT,org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:1.3.0")
spark_config.set("spark.jars.packages", "io.lakefs:lakefs-iceberg:1.0-SNAPSHOT,org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:1.3.0,org.apache.hadoop:hadoop-aws:3.3.5,org.apache.hadoop-client-api:3.3.5")

spark = SparkSession.builder.config(conf=spark_config).getOrCreate()

Expand Down

0 comments on commit d7101ea

Please sign in to comment.