File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
producer/spark_dataproc/runner Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ postgresql_url="gs://open-lineage-e2e/jars/postgresql-42.5.6.jar"
2727delta_spark_url=" gs://open-lineage-e2e/jars/delta-spark_2.12-3.3.1.jar"
2828delta_storage_url=" gs://open-lineage-e2e/jars/delta-storage-3.3.1.jar"
2929iceberg_spark_runtime_url=" gs://open-lineage-e2e/jars/iceberg-spark-runtime-3.5_2.12-1.10.0.jar"
30- iceberg_core_url=" gs://open-lineage-e2e/jars/iceberg-core-1.10.0.jar"
3130iceberg_gcp_bundle_url=" gs://open-lineage-e2e/jars/iceberg-gcp-bundle-1.10.0.jar"
3231iceberg_bigquery_url=" gs://open-lineage-e2e/jars/iceberg-bigquery-1.10.0.jar"
3332
@@ -41,7 +40,6 @@ if [[ "${SKIP_ICEBERG_AND_DELTA}" == "" ]]; then
4140 gsutil cp -P " ${delta_spark_url} " " ${VM_SPARK_JARS_DIR} /"
4241 gsutil cp -P " ${delta_storage_url} " " ${VM_SPARK_JARS_DIR} /"
4342 gsutil cp -P " ${iceberg_spark_runtime_url} " " ${VM_SPARK_JARS_DIR} /"
44- gsutil cp -P " ${iceberg_core_url} " " ${VM_SPARK_JARS_DIR} /"
4543 gsutil cp -P " ${iceberg_gcp_bundle_url} " " ${VM_SPARK_JARS_DIR} /"
4644 gsutil cp -P " ${iceberg_bigquery_url} " " ${VM_SPARK_JARS_DIR} /"
4745fi
You can’t perform that action at this time.
0 commit comments