Skip to content

Commit

Permalink
Update Scala to 2.11.8, Spark to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Sep 24, 2016
1 parent cc96ffb commit 00db762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose.spark.yml
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./worker-tasks
dockerfile: Dockerfile
image: quay.io/azavea/spark:1.6.2
image: quay.io/azavea/spark:2.0.0
restart: always
ports:
- "7077:7077"
Expand All @@ -25,7 +25,7 @@ services:
command: org.apache.spark.deploy.master.Master

spark-worker:
image: quay.io/azavea/spark:1.6.2
image: quay.io/azavea/spark:2.0.0
links:
- spark-master:spark.services.rf.internal
environment:
Expand All @@ -43,7 +43,7 @@ services:
- "spark://spark.services.rf.internal:7077"

spark-driver:
image: quay.io/azavea/spark:1.6.2
image: quay.io/azavea/spark:2.0.0
links:
- spark-master:spark.services.rf.internal
environment:
Expand Down
2 changes: 1 addition & 1 deletion worker-tasks/Dockerfile
@@ -1,4 +1,4 @@
FROM quay.io/azavea/spark:1.6.2
FROM quay.io/azavea/spark:2.0.0

USER root

Expand Down
4 changes: 2 additions & 2 deletions worker-tasks/build.sbt
Expand Up @@ -2,6 +2,6 @@ name := "rf-worker"

version := "0.1.0"

scalaVersion := "2.11.1"
scalaVersion := "2.11.8"

libraryDependencies += "org.apache.spark" %% "spark-core" % "1.6.2"
libraryDependencies += "org.apache.spark" %% "spark-core" % "2.0.0"

0 comments on commit 00db762

Please sign in to comment.