We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f83def commit 83346d7Copy full SHA for 83346d7
docker-compose.yml
@@ -1,6 +1,4 @@
1
# Quickstart Docker containers to run chronon commands with MongoDB as the KV Store.
2
-version: '3.8'
3
-
4
services:
5
6
mongodb:
@@ -36,16 +34,15 @@ services:
36
34
KAFKA_MESSAGE_MAX_BYTES: 2147483647
37
35
38
main:
39
- build:
40
- dockerfile: Dockerfile
+ image: ezvz/chronon
41
command: bash -c "spark-shell -i scripts/data-loader.scala && tail -f /dev/null"
42
ports:
43
- "4040:4040"
44
environment:
45
- USER=root
46
- SPARK_SUBMIT_PATH=spark-submit
47
- PYTHONPATH=/srv/chronon
48
- - SPARK_VERSION=3.1.1
+ - SPARK_VERSION=3.5.1
49
- JOB_MODE=local[*]
50
- PARALLELISM=2
51
- EXECUTOR_MEMORY=2G
0 commit comments