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 9149027 commit 82bc9ccCopy full SHA for 82bc9cc
core/src/test/scala/org/apache/spark/deploy/ClientSuite.scala
@@ -39,7 +39,7 @@ class ClientSuite extends FunSuite with Matchers {
39
ClientArguments.isValidJarUrl("/missing/a/protocol/jarfile.jar") should be (false)
40
ClientArguments.isValidJarUrl("not-even-a-path.jar") should be (false)
41
42
- // This URI don't have authority and path.
+ // This URI doesn't have authority and path.
43
ClientArguments.isValidJarUrl("hdfs:someHost:1234/jarfile.jar") should be (false)
44
45
// Invalid syntax.
0 commit comments