GitHub user piaozhexiu opened a pull request:

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

    [SPARK-6712][YARN] Allow lower the log level in YARN client while keeping 
AM tracking URL printed

    In YARN mode, log messages are quite verbose in interactive shells 
(spark-shell, spark-sql, pyspark), and they sometimes mingle with shell 
prompts. In fact, it's very easy to tone it down via log4j.properties, but the 
problem is that the AM tracking URL is not printed if I do that.
    
    It would be nice if I could keep the AM tracking URL while disabling the 
other INFO messages that don't matter to most end users.

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

    $ git pull https://github.com/piaozhexiu/spark SPARK-6712

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

    https://github.com/apache/spark/pull/5362.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 #5362
    
----
commit 9b0a047e1e34e351f22329156efb50f4a452e091
Author: Cheolsoo Park <cheols...@netflix.com>
Date:   2015-04-05T05:57:05Z

    Use println instead of logInfo to print AM tracking url in YARN client

----


---
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