From c5eee163109ca1ccfb55f7a7a00dc9a7067dd4be Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Wed, 2 Feb 2022 01:24:34 +0300 Subject: [PATCH] Fix --- docs/using/specifics.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/using/specifics.md b/docs/using/specifics.md index 426ceff0..dc8d956f 100644 --- a/docs/using/specifics.md +++ b/docs/using/specifics.md @@ -162,8 +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._ + _Note: When using `--net=host`, you must also use the flags `--pid=host -e TINI_SUBREAPER=true`. See for details._ **Note**: In the following examples we are using the Spark master URL `spark://master:7077` that shall be replaced by the URL of the Spark master.