You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/07 09:54:38 UTC

[4/4] git commit: Merge pull request #339 from ScrapCodes/conf-improvements

Merge pull request #339 from ScrapCodes/conf-improvements

Conf improvements

There are two new features.

1. Allow users to set arbitrary akka configurations via spark conf.

2. Allow configuration to be printed in logs for diagnosis.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/c3cf0475
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/c3cf0475
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/c3cf0475

Branch: refs/heads/master
Commit: c3cf0475e8f5fc1a5322ed12ffebca80a1dd0824
Parents: a862caf c729fa7
Author: Patrick Wendell <pw...@gmail.com>
Authored: Tue Jan 7 00:54:25 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Tue Jan 7 00:54:25 2014 -0800

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/SparkConf.scala |  3 +++
 .../main/scala/org/apache/spark/SparkContext.scala   |  4 ++++
 .../main/scala/org/apache/spark/util/AkkaUtils.scala |  8 +++++---
 docs/configuration.md                                | 15 +++++++++++++++
 4 files changed, 27 insertions(+), 3 deletions(-)
----------------------------------------------------------------------