Skip to content

Commit

Permalink
fixed that ONE line
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz committed Jan 31, 2015
1 parent 231f72f commit 43c2290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ private[spark] object SparkSubmitUtils extends Logging {
val ivyConfName = "default"
// set ivy settings for location of cache
val ivySettings: IvySettings = new IvySettings
// Directories for caching downloads through ivy and storing the jars when maven coordinates are
// supplied to spark-submit
// Directories for caching downloads through ivy and storing the jars when maven coordinates
// are supplied to spark-submit
val alternateIvyCache = ivyPath.getOrElse("")
val packagesDirectory: File =
if (alternateIvyCache.trim.isEmpty) {
Expand Down

0 comments on commit 43c2290

Please sign in to comment.