You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2019/01/10 14:58:03 UTC

[spark] branch master updated (6955638 -> 2f8a938)

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

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


    from 6955638  [SPARK-26459][SQL] replace UpdateNullabilityInAttributeReferences with FixNullability
     add 2f8a938  [SPARK-26539][CORE] Remove spark.memory.useLegacyMode and StaticMemoryManager

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/SparkConf.scala    |  27 +--
 .../src/main/scala/org/apache/spark/SparkEnv.scala |  10 +-
 .../apache/spark/memory/StaticMemoryManager.scala  | 154 -----------------
 .../apache/spark/memory/UnifiedMemoryManager.scala |   2 +-
 .../scala/org/apache/spark/memory/package.scala    |   9 +-
 .../spark/memory/TaskMemoryManagerSuite.java       |   2 +-
 .../apache/spark/broadcast/BroadcastSuite.scala    |   6 +-
 .../spark/memory/StaticMemoryManagerSuite.scala    | 192 ---------------------
 .../storage/BlockManagerReplicationSuite.scala     |   1 -
 .../apache/spark/storage/BlockManagerSuite.scala   |   1 -
 .../apache/spark/storage/MemoryStoreSuite.scala    |  13 +-
 .../collection/ExternalAppendOnlyMapSuite.scala    |   7 +-
 .../util/collection/ExternalSorterSuite.scala      |   7 +-
 docs/configuration.md                              |  45 -----
 .../spark/sql/execution/joins/HashedRelation.scala |   6 +-
 .../execution/benchmark/AggregateBenchmark.scala   |   6 +-
 .../benchmark/HashedRelationMetricsBenchmark.scala |   4 +-
 .../sql/execution/joins/HashedRelationSuite.scala  |  12 +-
 .../streaming/ReceivedBlockHandlerSuite.scala      |   6 +-
 19 files changed, 37 insertions(+), 473 deletions(-)
 delete mode 100644 core/src/main/scala/org/apache/spark/memory/StaticMemoryManager.scala
 delete mode 100644 core/src/test/scala/org/apache/spark/memory/StaticMemoryManagerSuite.scala


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