Bump hadoop version to 3.1.3

This commit is contained in:
Eugene Agafonov
2019-10-25 22:48:14 +03:00
parent d3e6dd2e91
commit f9afb9103b
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ RUN curl -O https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
RUN gpg --import KEYS
ENV HADOOP_VERSION 3.1.2
ENV HADOOP_VERSION 3.1.3
ENV HADOOP_URL https://www.apache.org/dist/hadoop/common/hadoop-$HADOOP_VERSION/hadoop-$HADOOP_VERSION.tar.gz
RUN set -x \