-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6305][BUILD][FOLLOWUP] Remove log4j1 properties files #34941
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
|
Kubernetes integration test starting |
|
|
|
Yea, I will update it. |
|
Kubernetes integration test status failure |
|
Test build #146351 has finished for PR 34941 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #146365 has finished for PR 34941 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #146381 has finished for PR 34941 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #146382 has finished for PR 34941 at commit
|
|
Thanks. Merging to master. |
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log4j2 supports both properties and xml configurations. Do Spark prefer properties? I found that the official documents of log4j2 are always show demos use xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems will follow the user's behavior.
|
It seems the migration makes break change. |
|
Ok, good to know. |
This patch removes log4j1 properties files, rewrites log4j.properties.template and mention the migration in the migration guide. After migrating from log4j1 to log4j2, we can remove log4j1 properties files. No Existing tests. Closes apache#34941 from viirya/remove_log4j_properties. Authored-by: Liang-Chi Hsieh <viirya@gmail.com> Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>
### What changes were proposed in this pull request? This patch removes log4j1 properties files, rewrites log4j.properties.template and mention the migration in the migration guide. ### Why are the changes needed? After migrating from log4j1 to log4j2, we can remove log4j1 properties files. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests. Closes apache#34941 from viirya/remove_log4j_properties. Authored-by: Liang-Chi Hsieh <viirya@gmail.com> Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>
### What changes were proposed in this pull request? This patch removes log4j1 properties files, rewrites log4j.properties.template and mention the migration in the migration guide. ### Why are the changes needed? After migrating from log4j1 to log4j2, we can remove log4j1 properties files. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests. Closes apache#34941 from viirya/remove_log4j_properties. Authored-by: Liang-Chi Hsieh <viirya@gmail.com> Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>
This patch removes log4j1 properties files, rewrites log4j.properties.template and mention the migration in the migration guide. After migrating from log4j1 to log4j2, we can remove log4j1 properties files. No Existing tests. Closes apache#34941 from viirya/remove_log4j_properties. Authored-by: Liang-Chi Hsieh <viirya@gmail.com> Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com> (cherry picked from commit 34fb801)
What changes were proposed in this pull request?
This patch removes log4j1 properties files, rewrites log4j.properties.template and mention the migration in the migration guide.
Why are the changes needed?
After migrating from log4j1 to log4j2, we can remove log4j1 properties files.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existing tests.