You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/07/23 17:47:11 UTC

[GitHub] [beam] ibzib commented on a change in pull request #12353: [BEAM-9857] Update Spark runner page to include Docker job server

ibzib commented on a change in pull request #12353:
URL: https://github.com/apache/beam/pull/12353#discussion_r459621903



##########
File path: website/www/site/content/en/documentation/runners/spark.md
##########
@@ -181,12 +181,20 @@ pip install apache_beam
 {{< /highlight >}}
 
 {{< paragraph class="language-py" >}}
-As of now you will need a copy of Apache Beam's source code. You can
-download it on the [Downloads page](/get-started/downloads/). In the future there will be pre-built Docker images
-available.
+Starting from Beam 2.20.0, pre-built Spark Job Service Docker images are available at 
+[Docker Hub](https://hub.docker.com/r/apache/beam_spark_job_server).
 {{< /paragraph >}}
 
-{{< paragraph class="language-py" >}}1. Start the JobService endpoint: `./gradlew :runners:spark:job-server:runShadow`{{< /paragraph >}}
+{{< paragraph class="language-py" >}}
+For older Beam versions, you will need a copy of Apache Beam's source code. You can
+download it on the [Downloads page](/get-started/downloads/).
+{{< /paragraph >}}
+
+{{< paragraph class="language-py" >}}
+1. Start the JobService endpoint:
+    * with Docker (default): `docker run --net=host apache/beam_spark_job_server:latest`

Review comment:
       It's not really a "default." I think "preferred" is more accurate.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org