GitHub user wangyum opened a pull request:

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

    [SPARK-24182][YARN][FOLLOW-UP] Turn off noisy log output

    ## What changes were proposed in this pull request?
    
    [SPARK-24182](https://issues.apache.org/jira/browse/SPARK-24182) changed 
the `logApplicationReport` from `false` to `true`. This pr revert it to 
`false`. otherwise will show noisy log output:
    ```java
    ...
    18/07/16 04:46:25 INFO Client: Application report for 
application_1530676576026_54551 (state: RUNNING)
    18/07/16 04:46:26 INFO Client: Application report for 
application_1530676576026_54551 (state: RUNNING)
    ...
    ```
    
    ## How was this patch tested?
    
     manual tests


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

    $ git pull https://github.com/wangyum/spark SPARK-24182

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

    https://github.com/apache/spark/pull/21784.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 #21784
    
----
commit d6563ecd4708088b5e87fa62629c3c5048c91b6c
Author: Yuming Wang <yumwang@...>
Date:   2018-07-16T11:41:54Z

    Turn off noisy log output

----


---

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

Reply via email to