mirror of
https://github.com/dtomlinson91/street_group_tech_test
synced 2025-12-22 03:55:43 +00:00
adding docker commands for spark
This commit is contained in:
14
notes/docker-commands-spark.txt
Normal file
14
notes/docker-commands-spark.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
docker run --rm \
|
||||
-p 8098:8098 -p 8097:8097 -p 8099:8099 \
|
||||
--name=beam_spark \
|
||||
apache/beam_spark_job_server:latest
|
||||
|
||||
|
||||
docker pull apache/beam_spark_job_server:2.33.0_rc1
|
||||
|
||||
|
||||
docker run --rm \
|
||||
-e SPARK_DRIVER_MEMORY=8g \
|
||||
-p 8098:8098 -p 8097:8097 -p 8099:8099 \
|
||||
--name=beam_spark \
|
||||
apache/beam_spark_job_server:latest
|
||||
Reference in New Issue
Block a user