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/11/16 01:33:25 UTC

[spark] branch master updated (1ae6d64 -> 52073ef)

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 1ae6d64  [SPARK-33358][SQL] Return code when command process failed
     add 52073ef  [SPARK-33254][PYTHON][DOCS] Migration to NumPy documentation style in Core (pyspark.*, pyspark.resource.*, etc.)

No new revisions were added by this update.

Summary of changes:
 python/docs/source/reference/pyspark.rst |   3 +
 python/pyspark/__init__.py               |   4 +-
 python/pyspark/accumulators.py           | 151 +++++-----
 python/pyspark/broadcast.py              |  14 +-
 python/pyspark/conf.py                   | 126 ++++----
 python/pyspark/context.py                | 342 +++++++++++++--------
 python/pyspark/install.py                |  30 +-
 python/pyspark/java_gateway.py           |  27 +-
 python/pyspark/profiler.py               |   8 +-
 python/pyspark/rdd.py                    | 503 +++++++++++++++++++++++++------
 python/pyspark/resource/information.py   |  16 +-
 python/pyspark/resource/profile.py       |  12 +-
 python/pyspark/resource/requests.py      |  50 ++-
 python/pyspark/serializers.py            |   3 +
 python/pyspark/shuffle.py                |  11 +-
 python/pyspark/statcounter.py            |   2 +
 python/pyspark/taskcontext.py            |  55 ++--
 python/pyspark/testing/mlutils.py        |   3 +-
 python/pyspark/testing/streamingutils.py |  16 +-
 python/pyspark/testing/utils.py          |  28 +-
 python/pyspark/util.py                   |  12 +-
 python/pyspark/worker.py                 |   5 +-
 22 files changed, 984 insertions(+), 437 deletions(-)


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