Brian Cho created SPARK-17715: --------------------------------- Summary: Log INFO per task launch creates a large driver log Key: SPARK-17715 URL: https://issues.apache.org/jira/browse/SPARK-17715 Project: Spark Issue Type: Improvement Components: Scheduler Reporter: Brian Cho Priority: Trivial
CoarseGrainedSchedulerBackend is logging an INFO every time a task is launched. Previously, only executor-related events were logged as INFO. I propose dropping the task logging to a lower level, as task launches can happen orders of magnitude more than executor registration. (I've found the executor logs very useful, so I don't want to block out both via log4j configuration.) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org