You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/09/23 00:35:23 UTC

[spark] branch master updated (779f0a8 -> 942f577)

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 779f0a8  [SPARK-32933][PYTHON] Use keyword-only syntax for keyword_only methods
     add 942f577  [SPARK-32017][PYTHON][BUILD] Make Pyspark Hadoop 3.2+ Variant available in PyPI

No new revisions were added by this update.

Summary of changes:
 dev/create-release/release-build.sh            |   3 +
 dev/sparktestsupport/modules.py                |   1 +
 python/docs/source/getting_started/install.rst |  35 +++++
 python/pyspark/find_spark_home.py              |  11 +-
 python/pyspark/install.py                      | 173 +++++++++++++++++++++++++
 python/pyspark/tests/test_install_spark.py     | 112 ++++++++++++++++
 python/setup.py                                |  47 ++++++-
 7 files changed, 380 insertions(+), 2 deletions(-)
 create mode 100644 python/pyspark/install.py
 create mode 100644 python/pyspark/tests/test_install_spark.py


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org