Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Bump hadoop to 3.3.5 #51

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM azul/zulu-openjdk-debian:17
WORKDIR /opt

ENV HADOOP_HOME=/opt/hadoop
ENV HADOOP_VERSION=3.3.4
ENV HADOOP_VERSION=3.3.5
ENV HIVE_HOME=/opt/hive
ENV HIVE_VERSION=3.1.3
ENV LOG4J_VERSION=2.20.0
Expand Down