spark
spark copied to clipboard
[SPARK-48209][CORE] Common (java side): Migrate `error/warn/info` with variables to structured logging framework
What changes were proposed in this pull request?
The pr aims to
1.migrate error/warn/info in module common with variables to structured logging framework for java side.
2.convert all dependencies on org.slf4j.Logger & org.slf4j.LoggerFactory to org.apache.spark.internal.Logger & org.apache.spark.internal.LoggerFactory, in order to completely prohibit importing org.slf4j.Logger & org.slf4j.LoggerFactory in java code later.
Why are the changes needed?
To enhance Apache Spark's logging system by implementing structured logging.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
- Pass GA.
Was this patch authored or co-authored using generative AI tooling?
No.
cc @gengliangwang
LGTM overall. Thanks for the work!
LGTM overall. Thanks for the work!
Updated, thanks! ❤️
Thanks, merging to master