Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/7629#discussion_r36125197
--- 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 --
Is this useful anywhere else in YARN tests or really just an issue here?
---
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]