GitHub user dafrista opened a pull request:

    https://github.com/apache/spark/pull/15290

    [SPARK-17715] [Scheduler] Make task launch logs DEBUG

    ## What changes were proposed in this pull request?
    
    Ramp down the task launch logs from INFO to DEBUG. Task launches can happen 
orders of magnitude more than executor registration so it makes the logs easier 
to handle if they are different log levels. For larger jobs, there can be 
100,000s of task launches which makes the driver log huge.
    
    
    ## How was this patch tested?
    
    No tests, as this is a trivial change.
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dafrista/spark ramp-down-task-logging

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/15290.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15290
    
----
commit 300439e324f0f8ce202d6788c8ba1059dcbfc8c0
Author: Brian Cho <b...@fb.com>
Date:   2016-09-29T00:28:56Z

    Ramp down task logging

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to