Skip to content

Commit

Permalink
Bump GEDS to 0.8.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Spörri <psp@zurich.ibm.com>
  • Loading branch information
pspoerri committed Apr 19, 2023
1 parent e2c011b commit c046a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/sql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN git clone https://github.com/zrlio/sql-benchmarks \
# GEDS-HDFS
FROM java-prerequisites as geds-hdfs-builder

ARG GEDS_VERSION=0.8.1
ARG GEDS_VERSION=0.8.2
RUN wget -nv "https://github.com/IBM/GEDS/releases/download/v${GEDS_VERSION}/geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz" \
&& tar xf "geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz" -C /usr/local/ \
&& rm "geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz"
Expand All @@ -47,7 +47,7 @@ RUN git clone https://github.com/IBM/GEDS-HDFS \
# Spark Container
FROM docker.io/apache/spark-py:3.3.1

ARG GEDS_VERSION=0.8.1
ARG GEDS_VERSION=0.8.2
ARG HADOOP_VERSION=3.3.2
ARG AWS_SDK_VERSION=1.11.1026
ARG STOCATOR_VERSION=1.1.5
Expand Down
4 changes: 2 additions & 2 deletions examples/terasort/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN git clone https://github.com/pspoerri/spark-terasort \
# GEDS-HDFS
FROM java-prerequisites as geds-hdfs-builder

ARG GEDS_VERSION=0.8.1
ARG GEDS_VERSION=0.8.2
RUN wget "https://github.com/IBM/GEDS/releases/download/v${GEDS_VERSION}/geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz" \
&& tar xf "geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz" -C /usr/local/ \
&& rm "geds-x86_64-debian11.5-${GEDS_VERSION}-Release.tar.gz"
Expand All @@ -50,7 +50,7 @@ RUN git clone https://github.com/IBM/GEDS-HDFS \
# Spark Container
FROM docker.io/apache/spark-py:3.3.1

ARG GEDS_VERSION=0.8.1
ARG GEDS_VERSION=0.8.2
ARG HADOOP_VERSION=3.3.2
ARG AWS_SDK_VERSION=1.11.1026
ARG STOCATOR_VERSION=1.1.5
Expand Down

0 comments on commit c046a0f

Please sign in to comment.