Skip to content

Commit e0bd84c

Browse files
Merge pull request #2 from cordon-thiago/fix/spark-version
Fixed Jupyter spark version and org.apache.spark:spark-sql-kafka lib version.
2 parents b3c47b0 + 5193355 commit e0bd84c

File tree

4 files changed

+21
-291
lines changed

4 files changed

+21
-291
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ services:
1515
volumes:
1616
- /var/run/docker.sock:/var/run/docker.sock
1717
spark:
18-
image: jupyter/all-spark-notebook
18+
image: jupyter/all-spark-notebook:spark-3.1.1
1919
ports:
2020
- "8888:8888"
2121
- "4040-4080:4040-4080"
2222
links:
2323
- "kafka:kafka-server" #allows spark notebook to discover kafka service by name "kafka-server"
2424
volumes:
25-
- ../notebooks:/home/jovyan/work/notebooks/
25+
- ../notebooks:/home/jovyan/work/notebooks/

0 commit comments

Comments
 (0)