File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# Dockerfile - Jumbune
44#
5- FROM ubuntu:12 .04
5+ FROM ubuntu:18 .04
66MAINTAINER Jumbune-Dev <dev@collaborate.jumbune.org>
77
88RUN rm /bin/sh && ln -s /bin/bash /bin/sh
@@ -29,7 +29,7 @@ RUN cd $SRC_DIR && curl -LO "$JDK_URL/$JDK_VER/$JDK_VER2-linux-x64.tar.gz" -H 'C
2929# Fetch Apache Hadoop and untar
3030ENV SRC_DIR /opt
3131ENV HADOOP_URL https://archive.apache.org/dist/hadoop/core/
32- ENV HADOOP_VERSION hadoop-2.4 .1
32+ ENV HADOOP_VERSION hadoop-2.7 .1
3333RUN cd $SRC_DIR && wget --no-check-certificate "$HADOOP_URL/$HADOOP_VERSION/$HADOOP_VERSION.tar.gz" \
3434 && tar xzf $HADOOP_VERSION.tar.gz ; rm -f $HADOOP_VERSION.tar.gz
3535
@@ -111,7 +111,7 @@ RUN echo '#Jumbune' >> /etc/profile \
111111# UnComment below lines (if you wish to fetch latest Jumbune release rather than building from latest snapshot codebase)
112112# ##
113113
114- # ENV JUMBUNE_VERSION 1.5.1
114+ # ENV JUMBUNE_VERSION 1.6
115115# RUN mkdir -p /jumbune_code/distribution/target/ \
116116# && wget -O /jumbune_code/distribution/target/jumbune-dist-$JUMBUNE_VERSION-bin.jar http://www.jumbune.org/jar/current/yarn/jumbune-dist-$JUMBUNE_VERSION-bin.jar
117117
You can’t perform that action at this time.
0 commit comments