Github user yaooqinn commented on a diff in the pull request:
https://github.com/apache/spark/pull/21290#discussion_r187851318
--- 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 --
used in ut, so should i modify test or keep it `public`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]