This commit is contained in:
Alexandre Archambault 2016-08-31 11:34:52 +02:00
parent 9ed7b2e022
commit d71f1eaa8e
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ case class SparkSubmit(
.getLocation
.getPath // TODO Safety check: protocol must be file
val (check, extraJars) = jars.partition(_ == mainJar)
val (check, extraJars) = jars.partition(_.getAbsolutePath == mainJar)
if (check.isEmpty)
Console.err.println(