We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5b562 commit 6ba3367Copy full SHA for 6ba3367
repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala
@@ -1066,7 +1066,7 @@ class SparkILoop(
1066
logWarning("ADD_JARS environment variable is deprecated, use --jar spark submit argument instead")
1067
}
1068
val jars = {
1069
- val userJars = Utils.getUserJars(conf, isShell = true)
+ val userJars = Utils.getLocalUserJarsForShell(conf)
1070
if (userJars.isEmpty) {
1071
envJars.getOrElse("")
1072
} else {
0 commit comments