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/10 21:47:54 UTC

[2/2] git commit: Merge pull request #384 from pwendell/debug-logs

Merge pull request #384 from pwendell/debug-logs

Make DEBUG-level logs consummable.

Removes two things that caused issues with the debug logs:

(a) Internal polling in the DAGScheduler was polluting the logs.
(b) The Scala REPL logs were really noisy.


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

Branch: refs/heads/master
Commit: 7b58f116e5a028336e25a26daae5852c95e56340
Parents: 0ebc973 e9ed2d9
Author: Patrick Wendell <pw...@gmail.com>
Authored: Fri Jan 10 12:47:46 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Fri Jan 10 12:47:46 2014 -0800

----------------------------------------------------------------------
 conf/log4j.properties.template                                   | 4 +++-
 .../main/resources/org/apache/spark/log4j-defaults.properties    | 4 +++-
 .../src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------