Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4133#discussion_r23555074
  
    --- Diff: 
core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala
 ---
    @@ -43,7 +43,7 @@ class FsHistoryProviderSuite extends FunSuite with 
BeforeAndAfter with Matchers
         testDir = Utils.createTempDir()
         provider = new FsHistoryProvider(new SparkConf()
           .set("spark.history.fs.logDirectory", testDir.getAbsolutePath())
    -      .set("spark.history.fs.updateInterval", "0"))
    +      .set("spark.testing", "true"))
    --- End diff --
    
    Hmm... as Sean mentioned, this should already be defined 
[here](https://github.com/apache/spark/blob/master/pom.xml#L1127). Can you 
double check that it's really not set, and if not, what's causing it?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to