Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
[ZEPPELIN-3017] fix Spark version in Dockerfiles
Browse files Browse the repository at this point in the history
### What is this PR for?

The PR updates Spark version to the current 2.1.2, since the one which is present now (2.1.1) is not available anymore.

### What type of PR is it?
Fix

### What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-3017

### How should this be tested?

manually

Author: mark91 <marcogaido91@gmail.com>

Closes apache#2636 from mgaido91/ZEPPELIN-3017 and squashes the following commits:

b3cfb44 [mark91] [ZEPPELIN-3017] fix Spark version in Dockerfiles
  • Loading branch information
mgaido91 authored and Felix Cheung committed Nov 6, 2017
1 parent 4054320 commit 2674291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -15,7 +15,7 @@
FROM centos:centos6

ENV SPARK_PROFILE 2.1
ENV SPARK_VERSION 2.1.1
ENV SPARK_VERSION 2.1.2
ENV HADOOP_PROFILE 2.7
ENV HADOOP_VERSION 2.7.0

Expand Down
Expand Up @@ -15,7 +15,7 @@
FROM centos:centos6

ENV SPARK_PROFILE 2.1
ENV SPARK_VERSION 2.1.1
ENV SPARK_VERSION 2.1.2
ENV HADOOP_PROFILE 2.7
ENV SPARK_HOME /usr/local/spark

Expand Down
Expand Up @@ -15,7 +15,7 @@
FROM centos:centos6

ENV SPARK_PROFILE 2.1
ENV SPARK_VERSION 2.1.1
ENV SPARK_VERSION 2.1.2
ENV HADOOP_PROFILE 2.7
ENV HADOOP_VERSION 2.7.0

Expand Down

0 comments on commit 2674291

Please sign in to comment.