You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by va...@apache.org on 2019/05/10 17:43:22 UTC

[spark] branch master updated (c71f217 -> fa5dc0a)

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

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


    from c71f217  [SPARK-27673][SQL] Add `since` info to random, regex, null expressions
     add fa5dc0a  [SPARK-26632][CORE] Separate Thread Configurations of Driver and Executor

No new revisions were added by this update.

Summary of changes:
 .../executor/CoarseGrainedExecutorBackend.scala    |  2 +
 .../spark/network/netty/SparkTransportConf.scala   | 24 +++++--
 .../org/apache/spark/rpc/netty/Dispatcher.scala    | 19 +++--
 .../org/apache/spark/rpc/netty/NettyRpcEnv.scala   |  9 ++-
 .../network/netty/SparkTransportConfSuite.scala    | 81 ++++++++++++++++++++++
 docs/configuration.md                              | 38 ++++++++++
 project/MimaExcludes.scala                         |  3 +
 .../spark/executor/MesosExecutorBackend.scala      |  2 +
 8 files changed, 165 insertions(+), 13 deletions(-)
 create mode 100644 core/src/test/scala/org/apache/spark/network/netty/SparkTransportConfSuite.scala


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