Skip to content

Commit 83346d7

Browse files
committed
Update Spark version
1 parent 8f83def commit 83346d7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Quickstart Docker containers to run chronon commands with MongoDB as the KV Store.
2-
version: '3.8'
3-
42
services:
53

64
mongodb:
@@ -36,16 +34,15 @@ services:
3634
KAFKA_MESSAGE_MAX_BYTES: 2147483647
3735

3836
main:
39-
build:
40-
dockerfile: Dockerfile
37+
image: ezvz/chronon
4138
command: bash -c "spark-shell -i scripts/data-loader.scala && tail -f /dev/null"
4239
ports:
4340
- "4040:4040"
4441
environment:
4542
- USER=root
4643
- SPARK_SUBMIT_PATH=spark-submit
4744
- PYTHONPATH=/srv/chronon
48-
- SPARK_VERSION=3.1.1
45+
- SPARK_VERSION=3.5.1
4946
- JOB_MODE=local[*]
5047
- PARALLELISM=2
5148
- EXECUTOR_MEMORY=2G

0 commit comments

Comments
 (0)