Skip to content

Commit 6ba3367

Browse files
committed
Add missing scala 2.10 repl changes
Change-Id: Ic7ae6152187ce7ee2e527340ecc7e178da970d67
1 parent 9c5b562 commit 6ba3367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ class SparkILoop(
10661066
logWarning("ADD_JARS environment variable is deprecated, use --jar spark submit argument instead")
10671067
}
10681068
val jars = {
1069-
val userJars = Utils.getUserJars(conf, isShell = true)
1069+
val userJars = Utils.getLocalUserJarsForShell(conf)
10701070
if (userJars.isEmpty) {
10711071
envJars.getOrElse("")
10721072
} else {

0 commit comments

Comments
 (0)