Skip to content

Commit

Permalink
add todo to use Gradle for JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed May 22, 2024
1 parent 65aba50 commit 2db6e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
gcc curl \
&& rm -rf /var/lib/apt/lists/*

# TODO: using Gradle to build the jar
# Install jars to support delta lake spark operations
ENV HADOOP_AWS_VER=3.3.4
RUN curl -O https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-aws/${HADOOP_AWS_VER}/hadoop-aws-${HADOOP_AWS_VER}.jar \
Expand Down

0 comments on commit 2db6e46

Please sign in to comment.