Skip to content

Commit

Permalink
pass lakefs iceberg package
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnro314 committed Jul 12, 2023
1 parent 45d83aa commit a1494e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
cache: "maven"

- name: Build lakeFS Iceberg
run: mvn -DfinalName=lakefs-iceberg --batch-mode --update-snapshots package -DskipTests
run: mvn clean install --batch-mode --update-snapshots -DskipTests -P "!treeverse-signing"
# run: mvn -DfinalName=lakefs-iceberg --batch-mode --update-snapshots package -DskipTests
# run: mvn -Passembly -DfinalName=lakefs-iceberg --batch-mode --update-snapshots package -DskipTests

- name: Store lakeFS Iceberg
Expand Down
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", "target/lakefs-iceberg-1.0-SNAPSHOT.jar")
spark_config.set("spark.jars.packages", "io.lakefs:lakefs-iceberg:1.0-SNAPSHOT")

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

Expand Down

0 comments on commit a1494e9

Please sign in to comment.