Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/22504#discussion_r225310694 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -117,6 +117,13 @@ private[history] class FsHistoryProvider(conf: SparkConf, clock: Clock) // Visible for testing private[history] val fs: FileSystem = new Path(logDir).getFileSystem(hadoopConf) + private[history] val driverLogFs: Option[FileSystem] = --- End diff -- Just `private`.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org