Skip to content
Snippets Groups Projects
Commit cfd5048a authored by yansans's avatar yansans
Browse files

fix: write permission

parent 66d0d4fd
Branches
No related merge requests found
......@@ -298,6 +298,7 @@ services:
master:
image: docker.io/bitnami/spark:3.5
container_name: spark-master
user: "0:0"
environment:
- SPARK_MODE=master
- SPARK_RPC_AUTHENTICATION_ENABLED=no
......@@ -314,6 +315,7 @@ services:
spark-worker:
image: docker.io/bitnami/spark:3.5
container_name: spark-worker
user: "0:0"
environment:
- SPARK_MODE=worker
- SPARK_MASTER_URL=spark://spark-master:7077
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment