-
- Downloads
[SPARK-5582] [history] Ignore empty log directories.
Empty log directories are not useful at the moment, but if one ends up showing in the log root, it breaks the code that checks for log directories. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #4352 from vanzin/SPARK-5582 and squashes the following commits: 1a6a3d4 [Marcelo Vanzin] [SPARK-5582] Fix exception when looking at empty directories.
Showing
- core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala 14 additions, 8 deletions...a/org/apache/spark/deploy/history/FsHistoryProvider.scala
- core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala 18 additions, 0 deletions.../apache/spark/deploy/history/FsHistoryProviderSuite.scala
Please register or sign in to comment