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

    https://github.com/apache/spark/pull/7629#discussion_r36125610
  
    --- Diff: 
yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala ---
    @@ -99,7 +103,14 @@ class YarnClusterSuite extends SparkFunSuite with 
BeforeAndAfterAll with Matcher
         val logConfFile = new File(logConfDir, "log4j.properties")
         Files.write(LOG4J_CONF, logConfFile, UTF_8)
     
    +    // Disable the disk utilization check to avoid the test hanging when 
people's disks are
    +    // getting full.
    +    val yarnConf = new YarnConfiguration()
    +    
yarnConf.set("yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage",
    --- End diff --
    
    Mostly just here. No other tests run an NM, and this just affects whether 
the NM will run containers or not. (In fact I could remove this now since I 
freed up some space locally, but it doesn't hurt to have 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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to