Skip to content

Commit e863d20

Browse files
author
Angers
committed
fix bug of parameter loss
1 parent 71af716 commit e863d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class SparkContext(config: SparkConf) extends Logging {
457457

458458
// Add each JAR given through the constructor
459459
if (jars != null) {
460-
jars.foreach(addJar)
460+
jars.foreach(addJar(_, false))
461461
}
462462

463463
if (files != null) {

0 commit comments

Comments
 (0)