Skip to content

Commit 1ebd0cb

Browse files
authored
Updated Dockerfile to upgrade ubuntu and hadoop
1 parent 55fa63a commit 1ebd0cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Dockerfile - Jumbune
44
#
5-
FROM ubuntu:12.04
5+
FROM ubuntu:18.04
66
MAINTAINER Jumbune-Dev <dev@collaborate.jumbune.org>
77

88
RUN 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
3030
ENV SRC_DIR /opt
3131
ENV 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
3333
RUN 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

0 commit comments

Comments
 (0)