This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new d7be50f122ed [MINOR][DOCS] Fix typo in spark connect overview d7be50f122ed is described below commit d7be50f122ed9eec5551a842e1a61a3503d308ed Author: rrueda <roru...@gmail.com> AuthorDate: Fri Mar 22 07:41:46 2024 -0700 [MINOR][DOCS] Fix typo in spark connect overview ### What changes were proposed in this pull request? Fix typo in the command to install the `spark-connect-repl` by substituting the `en-dash` char by the `hyphen-minus`. ### Why are the changes needed? It doesn't work with the `en-dash`. ### Does this PR introduce _any_ user-facing change? Only documentation. ### How was this patch tested? The documentation was built and the output checked manually. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #45650 from rorueda/fix-docs-connect. Authored-by: rrueda <roru...@gmail.com> Signed-off-by: Dongjoon Hyun <dh...@apple.com> --- docs/spark-connect-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spark-connect-overview.md b/docs/spark-connect-overview.md index 7a085df86c8d..268155360fcc 100644 --- a/docs/spark-connect-overview.md +++ b/docs/spark-connect-overview.md @@ -224,7 +224,7 @@ For the Scala shell, we use an Ammonite-based REPL that is currently not include To set up the new Scala shell, first download and install [Coursier CLI](https://get-coursier.io/docs/cli-installation). Then, install the REPL using the following command in a terminal window: {% highlight bash %} -cs install –-contrib spark-connect-repl +cs install --contrib spark-connect-repl {% endhighlight %} And now you can start the Ammonite-based Scala REPL/shell to connect to your Spark server like this: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org