Closed
Conversation
Member
Author
|
The failure is irrelative. |
Member
|
LGTM |
Member
Author
|
Merging if there's no more discussion. |
onkarshedge
pushed a commit
to onkarshedge/incubator-zeppelin
that referenced
this pull request
May 11, 2016
### What is this PR for? Change system.out and system.err into logger.info ### What type of PR is it? [Improvement] ### Todos * [x] - Fixed to remove system.out and system.err ### What is the Jira issue? This is very trivial and minor issue ### How should this be tested? Check your logs/zeppelin*.out to see "------ Create new SparkContext ..." Apply this patch Check your logs/zeppelin*.log to see "------ Create new SparkContext ..." ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee <[email protected]> Closes apache#829 from jongyoul/minor-remove-stdout-stderr and squashes the following commits: f703fe3 [Jongyoul Lee] [Minor] - Revert test code 180e2c1 [Jongyoul Lee] [MINOR] - Change System.out and System.err into logger.info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Change system.out and system.err into logger.info
What type of PR is it?
[Improvement]
Todos
What is the Jira issue?
This is very trivial and minor issue
How should this be tested?
Check your logs/zeppelin_.out to see "------ Create new SparkContext ..."
Apply this patch
Check your logs/zeppelin_.log to see "------ Create new SparkContext ..."
Screenshots (if appropriate)
Questions: