You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/03/19 16:49:01 UTC

[hadoop] branch docker-hadoop-3 updated: HADOOP-16172. Update apache/hadoop:3 to 3.2.0 release. Contributed by Xiaoyu Yao.

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch docker-hadoop-3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/docker-hadoop-3 by this push:
     new 3ee0cc7  HADOOP-16172. Update apache/hadoop:3 to 3.2.0 release. Contributed by Xiaoyu Yao.
3ee0cc7 is described below

commit 3ee0cc730e9265a6b2a5d20ef9f245a2409f8362
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Mar 19 17:45:49 2019 +0100

    HADOOP-16172. Update apache/hadoop:3 to 3.2.0 release. Contributed by Xiaoyu Yao.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 044fe72..422c6e4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 FROM apache/hadoop-runner
-ARG HADOOP_URL=https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=hadoop/common/hadoop-3.1.1/hadoop-3.1.1.tar.gz
+ARG HADOOP_URL=https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=hadoop/common/hadoop-3.2.0/hadoop-3.2.0.tar.gz
 WORKDIR /opt
 RUN sudo rm -rf /opt/hadoop && wget $HADOOP_URL -O hadoop.tar.gz && tar zxf hadoop.tar.gz && rm hadoop.tar.gz && mv hadoop* hadoop && rm -rf /opt/hadoop/share/doc
 WORKDIR /opt/hadoop


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org