Skip to content

Commit 0f4c272

Browse files
authored
HADOOP-19711. Upgrade hadoop3 docker scripts to 3.4.2. (#8005) Contributed by Shilun Fan
* HADOOP-19711. Upgrade hadoop3 docker scripts to 3.4.2. Reviewed-by: Attila Doroszlai <adoroszlai@apache.org> Reviewed-by: Ahmar Suhail <ahmar@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
1 parent 4175eb8 commit 0f4c272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
FROM apache/hadoop-runner
17-
ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.1/hadoop-3.4.1.tar.gz
17+
ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.2/hadoop-3.4.2.tar.gz
1818
WORKDIR /opt
1919
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
2020
WORKDIR /opt/hadoop

0 commit comments

Comments
 (0)