HeartSaVioR commented on a change in pull request #27085: [SPARK-29779][CORE] Compact old event log files and cleanup URL: https://github.com/apache/spark/pull/27085#discussion_r373343801
########## File path: core/src/main/resources/META-INF/services/org.apache.spark.deploy.history.EventFilterBuilder ########## @@ -0,0 +1 @@ +org.apache.spark.deploy.history.BasicEventFilterBuilder Review comment: https://github.com/apache/spark/blob/a5c7090ffafbfb4a8f312251b9ce8f25f71497cb/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala#L1226-L1228 That is the way how FsHistoryProvider already deals with loading class in SQL core module. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
