We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6c418 commit 6799eb4Copy full SHA for 6799eb4
docker-compose.yml
@@ -293,6 +293,8 @@ services:
293
- hbase-regionserver
294
spark:
295
image: docker.io/bitnami/spark:3
296
+ hostname: spark
297
+ container_name: spark
298
environment:
299
- SPARK_MODE=master
300
- SPARK_RPC_AUTHENTICATION_ENABLED=no
@@ -303,6 +305,8 @@ services:
303
305
- '8082:8080'
304
306
spark-worker:
307
308
+ hostname: spark-worker
309
+ container_name: spark-worker
310
311
- SPARK_MODE=worker
312
- SPARK_MASTER_URL=spark://spark:7077
0 commit comments