From 889b5a46b1329bf27b3463f75e43f5b353ab31ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 09:41:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/using/specifics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/using/specifics.md b/docs/using/specifics.md index 90770038..17046898 100644 --- a/docs/using/specifics.md +++ b/docs/using/specifics.md @@ -162,6 +162,7 @@ Connection to Spark Cluster on **[Standalone Mode](https://spark.apache.org/docs 2. Run the Docker container with `--net=host` in a location that is network addressable by all of your Spark workers. (This is a [Spark networking requirement](https://spark.apache.org/docs/latest/cluster-overview.html#components).) + ```{note} When using `--net=host`, you must also use the flags `--pid=host -e TINI_SUBREAPER=true`. See for details._ ```