You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by sh...@apache.org on 2019/02/01 10:26:42 UTC

[predictionio] branch develop updated: [PIO-205] Update Dockerfile to reflect new Spark version (#509)

This is an automated email from the ASF dual-hosted git repository.

shimamoto pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/predictionio.git


The following commit(s) were added to refs/heads/develop by this push:
     new ccb23da  [PIO-205] Update Dockerfile to reflect new Spark version (#509)
ccb23da is described below

commit ccb23da06628530242ca54cfb57e55e73db42aa7
Author: FarisCS <fa...@gmail.com>
AuthorDate: Fri Feb 1 21:26:35 2019 +1100

    [PIO-205] Update Dockerfile to reflect new Spark version (#509)
---
 docker/pio/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/pio/Dockerfile b/docker/pio/Dockerfile
index a63183e..465bb07 100644
--- a/docker/pio/Dockerfile
+++ b/docker/pio/Dockerfile
@@ -20,7 +20,7 @@ FROM openjdk:8
 ARG PIO_GIT_URL=https://github.com/apache/predictionio.git
 ARG PIO_TAG=v0.13.0
 ENV SCALA_VERSION=2.11.12
-ENV SPARK_VERSION=2.2.2
+ENV SPARK_VERSION=2.2.3
 ENV HADOOP_VERSION=2.7.7
 ENV ELASTICSEARCH_VERSION=5.5.3
 ENV PGSQL_VERSION=42.2.4