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 683f0d9 commit 35e5859Copy full SHA for 35e5859
resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/ClientSuite.scala
@@ -122,7 +122,7 @@ class ClientSuite extends SparkFunSuite with Matchers with BeforeAndAfterAll
122
cp should not contain (uri.getPath())
123
}
124
})
125
- cp should not contain "local"
+ cp should not contain ("local")
126
cp should contain(PWD)
127
cp should contain (s"$PWD${Path.SEPARATOR}${LOCALIZED_CONF_DIR}")
128
cp should not contain (APP_JAR)
0 commit comments