Skip to content

Commit adcb14f

Browse files
author
KaiXinXiaoLei
committed
change the file.
1 parent f4e7b9e commit adcb14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
13291329
val cleanedFunc = clean(func)
13301330
logInfo("Starting job: " + callSite.shortForm)
13311331
if (conf.getBoolean("spark.rddDebug.enable", false)) {
1332-
logInfo("toDebugString: " + rdd.toDebugString)
1332+
logInfo("RDD.toDebugString:\n" + rdd.toDebugString)
13331333
}
13341334
dagScheduler.runJob(rdd, cleanedFunc, partitions, callSite, allowLocal,
13351335
resultHandler, localProperties.get)

0 commit comments

Comments
 (0)