mahendrachandrasekhar commented on issue #9275:
URL: https://github.com/apache/iceberg/issues/9275#issuecomment-1850354505

   We have this included in our docker image (which is based of 
bitnami/spark:3.2.4
   
   RUN curl -L -o /home/airflow/spark/jars/hadoop-aws.jar 
https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-aws/2.10.2/hadoop-aws-2.10.2.jar
 && \
       curl -L -o /home/airflow/spark/jars/caffeine.jar 
https://repo.maven.apache.org/maven2/com/github/ben-manes/caffeine/caffeine/3.1.3/caffeine-3.1.3.jar
 && \
       curl -L -o /home/airflow/spark/jars/iceberg-core.jar 
https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-core/1.4.2/iceberg-core-1.4.2.jar
 && \
       curl -L -o /home/airflow/spark/jars/iceberg-spark.jar 
https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-spark-3.5_2.13/1.4.2/iceberg-spark-3.5_2.13-1.4.2.jar
 && \
       curl -L -o /home/airflow/spark/jars/iceberg-spark-runtime.jar 
https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-3.5_2.13/1.4.2/iceberg-spark-runtime-3.5_2.13-1.4.2.jar
 && \
       curl -L -o /home/airflow/spark/jars/iceberg-parquet.jar 
https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-parquet/1.4.2/iceberg-parquet-1.4.2.jar
   
   ENV SPARK_DIST_CLASSPATH 
$SPARK_DIST_CLASSPATH:/home/airflow/spark/jars/hadoop-aws.jar:/home/airflow/spark/jars/iceberg-core.jar:/home/airflow/spark/jars/caffeine.jar:/home/airflow/spark/jars/iceberg-spark-runtime.jar:/home/airflow/spark/jars/iceberg-parquet.jar:/home/airflow/spark/jars/iceberg-spark.jar
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to