This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch tidy-example in repository https://gitbox.apache.org/repos/asf/datasketches-spark.git
commit acf0fe9a39d067949eaeab75b09591d761f7ba3c Author: Jon Malkin <[email protected]> AuthorDate: Mon Mar 3 14:14:46 2025 -0800 tidy example --- examples/airflow/install_wheels.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/airflow/install_wheels.sh b/examples/airflow/install_wheels.sh index 917b866..b7cd66b 100644 --- a/examples/airflow/install_wheels.sh +++ b/examples/airflow/install_wheels.sh @@ -30,8 +30,8 @@ export JAR_PATH=/opt/datasketches_jars #os.environ['PYSPARK_SUBMIT_ARGS'] = f"--driver-java-options '{java_opts}' pyspark-shell" # download wheels from GCS buckets -gsutil cp gs://jmalkin_ds_spark/${DSPY_PACKAGE} /tmp/ -gsutil cp gs://jmalkin_ds_spark/${DSSPARK_PACKAGE} /tmp/ +gsutil cp gs://GCS_BUCKET_NAME/${DSPY_PACKAGE} /tmp/ +gsutil cp gs://GCS_BUCKET_NAME/${DSSPARK_PACKAGE} /tmp/ # install wheels python -m pip install /tmp/${DSPY_PACKAGE} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
