You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ji...@apache.org on 2020/03/02 19:25:39 UTC

[spark] branch master updated (ac12276 -> b517f99)

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

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


    from ac12276  [SPARK-30813][ML] Fix Matrices.sprand comments
     add b517f99  [SPARK-30969][CORE] Remove resource coordination support from Standalone

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 -
 .../main/scala/org/apache/spark/SparkContext.scala |  25 +-
 .../spark/deploy/StandaloneResourceUtils.scala     | 263 +--------------------
 .../org/apache/spark/deploy/worker/Worker.scala    |  27 +--
 .../org/apache/spark/internal/config/package.scala |  17 --
 .../main/scala/org/apache/spark/util/Utils.scala   |  22 --
 .../scala/org/apache/spark/SparkContextSuite.scala |   6 +-
 .../apache/spark/deploy/worker/WorkerSuite.scala   |  74 +-----
 .../resource/ResourceDiscoveryPluginSuite.scala    |   4 -
 docs/configuration.md                              |  27 +--
 docs/spark-standalone.md                           |  10 +-
 python/pyspark/tests/test_context.py               |   2 -
 python/pyspark/tests/test_taskcontext.py           |   2 -
 13 files changed, 17 insertions(+), 463 deletions(-)


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