From cef7cf178472217ab8a51cf329e0038fc66f342b Mon Sep 17 00:00:00 2001 From: aberges Date: Wed, 25 Mar 2020 18:57:01 +0100 Subject: [PATCH] :memo: Fix spark-home use --- docs/_users-guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_users-guide/installation.md b/docs/_users-guide/installation.md index 1ce21363..815ed9b0 100644 --- a/docs/_users-guide/installation.md +++ b/docs/_users-guide/installation.md @@ -69,8 +69,8 @@ spark-bench = { Add the spark-home and master keys. ```hocon spark-bench = { - spark-home = "/path/to/your/spark/install/" spark-submit-config = [{ + spark-home = "/path/to/your/spark/install/" spark-args = { master = "local[*]" // or whatever the correct master is for your environment }