mammoth-quill-44336
05/12/2025, 8:43 PMRUN mkdir -p /opt/bitnami/spark/jars && \
cd /opt/bitnami/spark/jars && \
curl -L -O <https://repo1.maven.org/maven2/com/google/cloud/spark/spark-bigquery-with-dependencies_2.12/0.32.0/spark-bigquery-with-dependencies_2.12-0.32.0.jar> && \
curl -L -O <https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-hadoop3-2.2.11.jar> && \
chmod -R 755 /opt/bitnami/spark/jars/
wondering how would it be in the flyte image build, thanks!damp-lion-88352
05/13/2025, 8:25 AMdamp-lion-88352
05/13/2025, 8:25 AMmammoth-quill-44336
05/13/2025, 1:42 PM