Skip to content

Commit c27ee76

Browse files
author
KaiXinXiaoLei
committed
change log info
1 parent 83c2b32 commit c27ee76

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.logLineage", false)) {
1332-
logInfo("RDD.toDebugString:\n" + rdd.toDebugString)
1332+
logInfo("RDD.logLineage:\n" + rdd.toDebugString)
13331333
}
13341334
dagScheduler.runJob(rdd, cleanedFunc, partitions, callSite, allowLocal,
13351335
resultHandler, localProperties.get)

0 commit comments

Comments
 (0)