Github user holdenk commented on a diff in the pull request:
https://github.com/apache/spark/pull/21977#discussion_r213186832
--- Diff:
resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/BaseYarnClusterSuite.scala
---
@@ -161,6 +162,11 @@ abstract class BaseYarnClusterSuite
}
extraJars.foreach(launcher.addJar)
+ if (outFile.isDefined) {
--- End diff --
I think the pattern match would be better than the get.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]