-
- Downloads
[SPARK-20338][CORE] Spaces in spark.eventLog.dir are not correctly handled
## What changes were proposed in this pull request? “spark.eventLog.dir” supports with space characters. 1. Update EventLoggingListenerSuite like `testDir = Utils.createTempDir(namePrefix = s"history log")` 2. Fix EventLoggingListenerSuite tests ## How was this patch tested? update unit tests Author: zuotingbing <zuo.tingbing9@zte.com.cn> Closes #18285 from zuotingbing/spark-resolveURI.
Showing
- core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala 2 additions, 2 deletions...ala/org/apache/spark/scheduler/EventLoggingListener.scala
- core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala 2 additions, 3 deletions.../apache/spark/deploy/history/FsHistoryProviderSuite.scala
- core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala 3 additions, 4 deletions...rg/apache/spark/scheduler/EventLoggingListenerSuite.scala
Loading
Please register or sign in to comment