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 a26bf08 commit ac28f1fCopy full SHA for ac28f1f
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -1107,8 +1107,6 @@ class SparkSubmitSuite
1107
"--master", "local",
1108
unusedJar.toString)
1109
val appArgs = new SparkSubmitArguments(args, env = Map("SPARK_CONF_DIR" -> path))
1110
- assert(appArgs.propertiesFile != null)
1111
- assert(appArgs.propertiesFile.startsWith(path))
1112
appArgs.executorMemory should be ("3g")
1113
}
1114
0 commit comments