Skip to content

Commit bc3c7c5

Browse files
committed
Remove version-specific directories
1 parent 1b8972d commit bc3c7c5

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed
File renamed without changes.

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
master:
2-
image: gettyimages/spark:1.3.1-hadoop-2.4
2+
image: gettyimages/spark:1.3.0-hadoop-2.4
33
command: /usr/spark/bin/spark-class org.apache.spark.deploy.master.Master
44
hostname: master
55
environment:
@@ -23,7 +23,7 @@ master:
2323
- ./data:/tmp/data
2424

2525
worker:
26-
image: gettyimages/spark:1.3.1-hadoop-2.4
26+
image: gettyimages/spark:1.3.0-hadoop-2.4
2727
command: /usr/spark/bin/spark-class org.apache.spark.deploy.worker.Worker spark://master:7077
2828
hostname: worker
2929
environment:

spark-1.3.1-hadoop-2.4/Dockerfile

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)