Skip to content

Commit

Permalink
use release-3.4.2-20241202-SNAPSHOT-RC0.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSammi committed Dec 3, 2024
1 parent 4175eb8 commit f9ce1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

FROM apache/hadoop-runner
ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.1/hadoop-3.4.1.tar.gz
ARG HADOOP_URL=https://github.com/ChenSammi/hadoop/archive/refs/tags/release-3.4.2-20241202-SNAPSHOT-RC0.tar.gz
WORKDIR /opt
RUN sudo rm -rf /opt/hadoop && curl -LSs -o hadoop.tar.gz $HADOOP_URL && tar zxf hadoop.tar.gz && rm hadoop.tar.gz && mv hadoop* hadoop && rm -rf /opt/hadoop/share/doc
WORKDIR /opt/hadoop
Expand Down

0 comments on commit f9ce1e9

Please sign in to comment.