-
Notifications
You must be signed in to change notification settings - Fork 28.9k
SPARK-2804: Remove scalalogging-slf4j dependency #1208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16103/ |
|
To be honest, my scar from the incident (deprecating Scala 2.10 support before Scala 2.11 was even released) hasn't fully recovered. Do we gain anything by moving onto this logging API? There is a tiny teeny performance boost, but I don't think we log any hot code path in spark-core. |
|
The main benefit is unified log Interface. Now the code using |
|
QA tests have started for PR 1208. This patch DID NOT merge cleanly! |
|
QA results for PR 1208: |
|
QA tests have started for PR 1208. This patch DID NOT merge cleanly! |
|
QA tests have started for PR 1208. This patch merges cleanly. |
|
QA results for PR 1208: |
|
QA results for PR 1208: |
|
QA tests have started for PR 1208. This patch merges cleanly. |
|
QA tests have started for PR 1208. This patch merges cleanly. |
|
QA results for PR 1208: |
|
QA results for PR 1208: |
|
Okay - I've merged this into master and 1.1 with three changes:
|
This also Closes #1701. Author: GuoQiang Li <[email protected]> Closes #1208 from witgo/SPARK-1470 and squashes the following commits: 422646b [GuoQiang Li] Remove scalalogging-slf4j dependency
|
Cool thanks |
This also Closes apache#1701. Author: GuoQiang Li <[email protected]> Closes apache#1208 from witgo/SPARK-1470 and squashes the following commits: 422646b [GuoQiang Li] Remove scalalogging-slf4j dependency
* [CARMEL-6518] Record temp view usage in workload analysis * record temp view * fix typo
No description provided.