Skip to content

Commit e0f755f

Browse files
committed
Update to use ubuntu16.04, Spark 2.1.1 and MongoDB Spark Connector 2.0.0
1 parent de9029e commit e0f755f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spark/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:16.04
22

33
RUN apt-get update -y && apt-get install -y \
4-
openjdk-7-jre-headless \
4+
default-jdk \
55
nano \
66
wget && \
77
apt-get clean && \
@@ -10,9 +10,9 @@ rm -rf /var/lib/apt/lists/*
1010
RUN useradd --create-home --shell /bin/bash ubuntu
1111

1212
ENV HOME /home/ubuntu
13-
ENV SPARK_VERSION 2.0.2
13+
ENV SPARK_VERSION 2.1.1
1414
ENV HADOOP_VERSION 2.6
15-
ENV MONGO_SPARK_VERSION 2.0.0-rc0
15+
ENV MONGO_SPARK_VERSION 2.0.0
1616
ENV SCALA_VERSION 2.11
1717

1818
WORKDIR ${HOME}

0 commit comments

Comments
 (0)