Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/21290#discussion_r187852160
--- Diff:
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala ---
@@ -76,6 +75,7 @@ private[deploy] class SparkSubmitArguments(args:
Seq[String], env: Map[String, S
var proxyUser: String = null
var principal: String = null
var keytab: String = null
+ var dynamicAllocationEnabled: String = null
--- End diff --
Yes, I think you can remove that variable check in UT, seems not so
necessary.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]