mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
change hadoop profile version
This commit is contained in:
parent
3b68a5fefc
commit
15af90e127
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue