diff --git a/python/docs/source/getting_started/install.rst b/python/docs/source/getting_started/install.rst index 01cc78d50bc17..b13defdaadd6d 100644 --- a/python/docs/source/getting_started/install.rst +++ b/python/docs/source/getting_started/install.rst @@ -96,9 +96,7 @@ If you want to make Spark Connect default, you can install and additional librar It will automatically install ``pyspark`` library as well as dependencies that are necessary for Spark Connect. If you want to customize ``pyspark``, you need to install ``pyspark`` with the instructions above in advance. -Note that ``pyspark`` command will use ``--master`` option for Spark Connect remote URL instead of ``--remote`` option. - -See also `Quickstart: Spark Connect `_ for how to use it. +This package supports both ``spark.master`` (``--master``) with a locally running Spark Connect server, and ``spark.remote`` (``--remote``) including local clusters, e.g., ``local[*]`` as well as connection URIs such as ``sc://localhost``. See also `Quickstart: Spark Connect `_ for how to use it. Python Spark Connect Client @@ -111,7 +109,7 @@ To install the Python Spark Connect client via `PyPI (pyspark-client) `_ for how to use it. +This package only supports `spark.remote` with connection URIs, e.g., ``sc://localhost``. See also `Quickstart: Spark Connect `_ for how to use it. Using Conda