We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1dec4 commit 38e7d45Copy full SHA for 38e7d45
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
@@ -219,7 +219,6 @@ private[spark] class SparkSubmitArguments(args: Seq[String]) {
219
220
/** Fill in values by parsing user options. */
221
private def parseOpts(opts: Seq[String]): Unit = {
222
- var inSparkOpts = true
223
val EQ_SEPARATED_OPT="""(--[^=]+)=(.+)""".r
224
225
// Delineates parsing of Spark options from parsing of user options.
0 commit comments