Skip to content

Commit

Permalink
Update Dockerfile to add gcp FileIO runtime (#153)
Browse files Browse the repository at this point in the history
* Update Dockerfile to add gcp FileIO runtime

* Update spark/Dockerfile

fixed typo missing aws instead of gcp

Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>

---------

Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
  • Loading branch information
liko9 and nastra committed May 2, 2024
1 parent 8d3a94a commit c789d1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ RUN curl https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime
# Download AWS bundle
RUN curl -s https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-aws-bundle/${ICEBERG_VERSION}/iceberg-aws-bundle-${ICEBERG_VERSION}.jar -Lo /opt/spark/jars/iceberg-aws-bundle-${ICEBERG_VERSION}.jar

# Download GCP bundle
RUN curl -s https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-gcp-bundle/${ICEBERG_VERSION}/iceberg-gcp-bundle-${ICEBERG_VERSION}.jar -Lo /opt/spark/jars/iceberg-gcp-bundle-${ICEBERG_VERSION}.jar

# Install AWS CLI
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
&& unzip awscliv2.zip \
Expand Down

0 comments on commit c789d1e

Please sign in to comment.