dongjoon-hyun commented on code in PR #54575: URL: https://github.com/apache/spark/pull/54575#discussion_r2881574131
########## core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala: ########## @@ -122,6 +127,43 @@ private[history] class FsHistoryProvider(conf: SparkConf, clock: Clock) // Visible for testing private[history] val fs: FileSystem = new Path(logDir).getFileSystem(hadoopConf) + // Map from logDir to its FileSystem, for multi-path support. + // Visible for testing Review Comment: If you don't mind, please use `invokePrivate`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
