HyukjinKwon commented on code in PR #39123:
URL: https://github.com/apache/spark/pull/39123#discussion_r1051869903
##########
python/docs/source/getting_started/install.rst:
##########
@@ -50,6 +50,8 @@ If you want to install extra dependencies for a specific
component, you can inst
pip install pyspark[sql]
# pandas API on Spark
pip install pyspark[pandas_on_spark] plotly # to plot your data, you can
install plotly together.
+ # Spark Connect
+ pip install pyspark[connect]
Review Comment:
This will be fixed soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]