Skip to content

Commit

Permalink
Add missing scala 2.10 repl changes
Browse files Browse the repository at this point in the history
Change-Id: Ic7ae6152187ce7ee2e527340ecc7e178da970d67
  • Loading branch information
jerryshao committed Aug 30, 2017
1 parent 9c5b562 commit 6ba3367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ class SparkILoop(
logWarning("ADD_JARS environment variable is deprecated, use --jar spark submit argument instead")
}
val jars = {
val userJars = Utils.getUserJars(conf, isShell = true)
val userJars = Utils.getLocalUserJarsForShell(conf)
if (userJars.isEmpty) {
envJars.getOrElse("")
} else {
Expand Down

0 comments on commit 6ba3367

Please sign in to comment.