change hadoop profile version

This commit is contained in:
sven0726 2017-06-05 16:51:36 +08:00
parent 3b68a5fefc
commit 15af90e127

View file

@ -16,8 +16,8 @@ FROM centos:centos6
ENV SPARK_PROFILE 2.1
ENV SPARK_VERSION 2.1.1
ENV HADOOP_PROFILE 2.3
ENV HADOOP_VERSION 2.3.0
ENV HADOOP_PROFILE 2.7
ENV HADOOP_VERSION 2.7.0
# Update the image with the latest packages
RUN yum update -y; yum clean all