Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Two new classes org.apache.spark.internal.Logger and org.apache.spark.internal.LoggerFactory were introduced from https://github.com/apache/spark/pull/46301
Given that Logger is a widely recognized interface in Log4j, it may lead to confusion to have a class with the same name. To avoid this and clarify its purpose within the Spark framework, I propose renaming org.apache.spark.internal.Logger to org.apache.spark.internal.SparkLogger. Similarly, to maintain consistency, org.apache.spark.internal.LoggerFactory should be renamed to org.apache.spark.internal.SparkLoggerFactory.