[ 
https://issues.apache.org/jira/browse/SPARK-17715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15531374#comment-15531374
 ] 

Apache Spark commented on SPARK-17715:
--------------------------------------

User 'dafrista' has created a pull request for this issue:
https://github.com/apache/spark/pull/15290

> 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

Reply via email to